"Source: Text/Group/GrpMatFF.text";
"Line: 3726";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpMatFF.text, line: 3726
// Example: H67E20 ()
print "Example: H67E20";
ei := GetEchoInput();
SetEchoInput(true);
G := MatrixGroup(ATLASGroup("25L52"));
G:Minimal; 
LMGInitialize(G:Al := "CT");
LMGChiefFactors(G);
time cl := LMGClasses(G);
#cl;
time X := LMGCharacterTable(G);
{* Degree(x): x in X *};
&+[d^2 : d in $1] eq #G;
SetEchoInput(ei);
