"Source: Text/Group/GrpFPInt.text";
"Line: 360";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpFPInt.text, line: 360
// Example: H79E4 ()
print "Example: H79E4";
ei := GetEchoInput();
SetEchoInput(true);
F<x, y> := FPGroup< x, y | x^2 = y^3 = (x*y)^7 = 1 >;
F;
G<a, b> := quo< F | (x, y)^8 >;
G;
#G;
assert $1 eq 10752;
SetEchoInput(ei);
