"Source: Text/RepThy/ModAlg.text";
"Line: 6129";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/ModAlg.text, line: 6129
// Example: H97E43 ()
print "Example: H97E43";
ei := GetEchoInput();
SetEchoInput(true);
SetEchoInput(false);
load m23;
SetEchoInput(true);
T := CharacterTable(G); [Degree(x): x in T];
C := RationalCharacterTable(G); C;
Q := RationalField();
time L := IrreducibleModules(G, Q: MaxDegree := 253);
L;
SetEchoInput(ei);
