"Source: Text/Group/GrpFP.text";
"Line: 1595";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 1595
// Example: H78E13 ()
print "Example: H78E13";
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);
