"Source: Text/Group/GrpFPInt.text";
"Line: 3156";
"Date: Mon Jan 20 11:08:12 2020";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFPInt.text, line: 3156
// Example: H77E39 ()
print "Example: H77E39";
ei := GetEchoInput();
SetEchoInput(true);
G := FPGroup< a,b | a^2, b^3, (a*b)^7, (a,b)^11 >;
L2Quotients(G);
H := FPGroup< a,b,c | a^3, b^7, c^19, (a*b)^2, (a*c)^2, (b*c)^2, (a*b*c)^2 >;
L2Quotients(H);
G := FPGroup< a,b | a^2, b^3, (a*b)^16, (a,b)^11 >;
L2Quotients(G);
SetEchoInput(ei);
