"Source: Text/LieTheory/GrpRfl.text";
"Line: 1202";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpRfl.text, line: 1202
// Example: H109E12 ()
print "Example: H109E12";
ei := GetEchoInput();
SetEchoInput(true);
A,B,J,gen,ordgen := ComplexRootMatrices(13);
A,B;
gen,ordgen;
G := PseudoReflectionGroup(A,B);
#G;
assert $1 eq 96;
SetEchoInput(ei);
