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