"Source: Text/Group/GrpASim.text";
"Line: 2982";
"Date: Wed May 31 07:54:47 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpASim.text, line: 2982
// Example: H71E15 ()
print "Example: H71E15";
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);
