"Source: Text/Group/GrpFP.text";
"Line: 2110";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 2110
// Example: H78E20 ()
print "Example: H78E20";
ei := GetEchoInput();
SetEchoInput(true);
SetMemoryLimit(0);
SetVerbose("InfGrp", 2);
G<x,y> := FPGroup<x,y|x^2, y^3, (x*y)^7, (x,y)^12>;
inf := IsInfiniteFPGroup(G);
inf;
SetEchoInput(ei);
