"Source: Text/Group/GrpASim.text";
"Line: 1844";
"Date: Wed May 31 07:54:47 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpASim.text, line: 1844
// Example: H71E7 ()
print "Example: H71E7";
ei := GetEchoInput();
SetEchoInput(true);
G := Omega( 9, 11 );
ClassicalForms( G );
FormType( G );
SymplecticForm( G );
assert not $1;
SetEchoInput(ei);
