"Source: Text/Group/GrpFPInt.text";
"Line: 360";
"Date: Mon Jan 20 11:08:12 2020";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFPInt.text, line: 360
// Example: H77E4 ()
print "Example: H77E4";
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);
