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