"Source: Text/Group/GrpFP.text";
"Line: 10910";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 10910
// Example: H78E87 ()
print "Example: H78E87";
ei := GetEchoInput();
SetEchoInput(true);
G := FPGroup< a,b | a^2, b^3, (a*b)^11, (a,b)^11 >;
L3Quotients(G);
H := FPGroup< a,b | a^2, b^3, (a*b)^11, (a,b)^28  >;
Q := L3Quotients(H); Q;
M := GetMatrices(Q[1]); M;
G := FPGroup< a,b | a^2, b^3, (a*b)^18, (a,b)^16  >;
L3Quotients(G); 
SetEchoInput(ei);
