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