"Source: Text/Group/GrpASim.text";
"Line: 3027";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpASim.text, line: 3027
// Example: H72E15 ()
print "Example: H72E15";
ei := GetEchoInput();
SetEchoInput(true);
// no-test
A := ATLASGroup("2Sz8");
reps := MatRepKeys(A);
G := MatrixGroup(reps[3]);
Degree(G), CoefficientRing(G);
flag, iso, inv, g2slp, slp2g := RecognizeSz(G);
flag;
assert $1;
R := RandomProcess(G);
g := Random(R);
w := Function(g2slp)(g);
slp2g(w) eq g;
assert $1;
SetEchoInput(ei);
