"Source: Text/Group/GrpASim.text";
"Line: 3054";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpASim.text, line: 3054
// Example: H72E16 ()
print "Example: H72E16";
ei := GetEchoInput();
SetEchoInput(true);
F := GF(2, 9);
twists := [0, 3, 6];
G := SuzukiIrreducibleRepresentation(F, twists);
Degree(G), IsAbsolutelyIrreducible(G);
G ^:= Random(Generic(G));
flag, GG := IsOverSmallerField(G);
flag, CoefficientRing(GG);
time SuzukiRecognition(GG);
time flag, iso, inv, g2slp, slp2g := RecogniseSz(GG);
iso;
R := RandomProcess(GG);
g := Random(R);
time w := Function(g2slp)(g);
// but SLP evaluation is harder in large dimensions
time slp2g(w) eq g;
assert $1;
time SatisfiesSzPresentation(GG);
assert $1;
SetEchoInput(ei);
