"Source: Text/Algebra/AlgInv.text";
"Line: 932";
"Date: Tue Feb 25 10:14:52 2020";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgInv.text, line: 932
// Example: H96E10 ()
print "Example: H96E10";
ei := GetEchoInput();
SetEchoInput(true);
G := ClassicalSylow(Sp (4, 5^2), 5);
S := PGroupToForms(G);
Parent(S[1]);
I := IsometryGroup(S : DisplayStructure := true);
#I;
assert $1 eq 2500;
SetEchoInput(ei);
