"Source: Text/RepThy/ModAlg.text";
"Line: 6130";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/ModAlg.text, line: 6130
// Example: H99E43 ()
print "Example: H99E43";
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);
