"Source: Text/RepThy/ModAlg.text";
"Line: 6083";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/ModAlg.text, line: 6083
// Example: H97E42 ()
print "Example: H97E42";
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);
