"Source: Text/LieTheory/GrpCox.text";
"Line: 2403";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpCox.text, line: 2403
// Example: H108E32 ()
print "Example: H108E32";
ei := GetEchoInput();
SetEchoInput(true);
e6:=[1,3,1,2,3,1,2,3,2,1,2,2,2,3,1,2,2,3,2,2,1];
E6 := CoxeterGroup(GrpFPCox, SymmetricMatrix(e6) );
ReflectionTable(E6) eq Mij2EltRootTable(e6);
SetEchoInput(ei);
