"Source: Text/LieTheory/GrpRfl.text";
"Line: 1202";
"Date: Sat Nov  9 18:06:06 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpRfl.text, line: 1202
// Example: H106E12 ()
print "Example: H106E12";
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);
