"Source: Text/LieTheory/GrpCox.text";
"Line: 449";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpCox.text, line: 449
// Example: H108E5 ()
print "Example: H108E5";
ei := GetEchoInput();
SetEchoInput(true);
W<a,b,c> := CoxeterGroup(GrpFPCox, "B3");
G, h := CoxeterGroup(GrpMat, W);
a*b; h(a*b);
SetEchoInput(ei);
