"Source: Text/RepThy/ModAlg.text";
"Line: 5692";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/ModAlg.text, line: 5692
// Example: H97E40 ()
print "Example: H97E40";
ei := GetEchoInput();
SetEchoInput(true);
SetEchoInput(false);
load m11;
SetEchoInput(true);
IrreducibleModules(G, GF(2));          
AbsolutelyIrreducibleModules(G, GF(2));
SetEchoInput(ei);
