"Source: Text/Group/GrpFP.text";
"Line: 5809";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 5809
// Example: H78E45 ()
print "Example: H78E45";
ei := GetEchoInput();
SetEchoInput(true);
G<a, b> := FPGroup< a, b | a^2, b^3, (a*b)^7 >;
L := LowIndexSubgroups(G, 15: Print := 1);
SetEchoInput(ei);
