"Source: Text/RepThy/ModAlg.text";
"Line: 593";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/ModAlg.text, line: 593
// Example: H97E5 ()
print "Example: H97E5";
ei := GetEchoInput();
SetEchoInput(true);
M12 := PermutationGroup<12 |
      (1,2,3,4,5,6,7,8,9,10,11),
      (1,12,5,2,9,4,3,7)(6,10,11,8) >;
M := PermutationModule(M12, FiniteField(2));
M : Maximal;
SetEchoInput(ei);
