"Source: Text/Group/GrpFP.text";
"Line: 1575";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpFP.text, line: 1575
// Example: H80E13 ()
print "Example: H80E13";
ei := GetEchoInput();
SetEchoInput(true);
G<x1, x2> := FPGroup<x1, x2 | x1^4,(x1*x2^-1)^2,x2^4,(x1*x2)^3>;
G;
D := Darstellungsgruppe(G);
D;
Index(D, sub< D | >);
assert $1 eq 108;
SetEchoInput(ei);
