"Source: Text/LieTheory/GrpCox.text";
"Line: 2546";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpCox.text, line: 2546
// Example: H108E34 ()
print "Example: H108E34";
ei := GetEchoInput();
SetEchoInput(true);
b5 := [1,4,1,2,3,1,2,2,3,1,2,2,2,3,1];
b5mat := SymmetricMatrix(b5);
W := CoxeterGroup(GrpFPCox, b5mat );
table, _ := WGelement2WGtable(W![5,4,3,2,1,2,3,4,5],{});
wg := WGtable2WG(table);
TestWG(W,wg);
SetEchoInput(ei);
