"Source: Text/LieTheory/GrpCox.text";
"Line: 2406";
"Date: Wed Nov  6 12:03:34 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpCox.text, line: 2406
// Example: H105E32 ()
print "Example: H105E32";
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);
