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