"Source: Text/Group/GrpFP.text";
"Line: 10901";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpFP.text, line: 10901
// Example: H80E87 ()
print "Example: H80E87";
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);
