"Source: Text/RepThy/Chtr.text";
"Line: 437";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/Chtr.text, line: 437
// Example: H98E2 ()
print "Example: H98E2";
ei := GetEchoInput();
SetEchoInput(true);
G := PGammaU(5,4);
G;
time CT := CharacterTable(G);
#CT;
assert $1 eq 160;
Degree(CT[160]);
assert $1 eq 5227500;
SetEchoInput(ei);
