"Source: Text/LieTheory/GrpCox.text";
"Line: 2202";
"Date: Wed Nov  6 12:03:34 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpCox.text, line: 2202
// Example: H105E29 ()
print "Example: H105E29";
ei := GetEchoInput();
SetEchoInput(true);
W := CoxeterGroup("B3");
_, h := ReflectionGroup(W);
W.1*W.3;
h(W.1*W.3);
SetEchoInput(ei);
