"Source: Text/Group/GrpFP.text";
"Line: 7186";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 7186
// Example: H78E54 ()
print "Example: H78E54";
ei := GetEchoInput();
SetEchoInput(true);
F := FPGroup< a,b,c | a*c^-1*b*c^-1*a*b*a^-1*b,
                    a*b*a*b^-1*c^2*b^-1,
                    a^2*b^-1*c*a*c*a*c*a*c*a*c*b^-1 >;
G := Alt(5);
homs := Homomorphisms(F, G : Limit := 1);
#homs gt 0;
assert $1;
SetEchoInput(ei);
