"Source: Text/LieTheory/GrpRfl.text";
"Line: 631";
"Date: Sat Nov  9 18:06:06 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpRfl.text, line: 631
// Example: H106E8 ()
print "Example: H106E8";
ei := GetEchoInput();
SetEchoInput(true);
W<a,b,c> := CoxeterGroup(GrpFPCox, "B3");
G, h := CoxeterGroup(GrpMat, W);
a*b; h(a*b);
SetEchoInput(ei);
