"Source: Text/LieTheory/GrpCox.text";
"Line: 454";
"Date: Wed Nov  6 12:03:34 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpCox.text, line: 454
// Example: H105E5 ()
print "Example: H105E5";
ei := GetEchoInput();
SetEchoInput(true);
W<a,b,c> := CoxeterGroup(GrpFPCox, "B3");
G, h := CoxeterGroup(GrpMat, W);
a*b; h(a*b);
SetEchoInput(ei);
