"Source: Text/RepThy/ModAlg.text";
"Line: 6084";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/ModAlg.text, line: 6084
// Example: H99E42 ()
print "Example: H99E42";
ei := GetEchoInput();
SetEchoInput(true);
G := PSL(3, 3); #G;
T := CharacterTable(G); [Degree(x): x in T];
C := RationalCharacterTable(G); C;
time L := IrreducibleModules(G, RationalField());
L;
[Character(M): M in L];
SetEchoInput(ei);
