"Source: Text/Group/GrpFP.text";
"Line: 8028";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 8028
// Example: H78E62 ()
print "Example: H78E62";
ei := GetEchoInput();
SetEchoInput(true);
F<a,b> := FreeGroup(2);
G := quo< F | a^3 = b^3 = 1 >;
q := pQuotient(G, 3, 6: Print := 1, Exponent := 9);
SetEchoInput(ei);
