"Source: Text/LieTheory/GrpCox.text";
"Line: 1057";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpCox.text, line: 1057
// Example: H108E13 ()
print "Example: H108E13";
ei := GetEchoInput();
SetEchoInput(true);
W<[s]> := CoxeterGroup(GrpFPCox, "G2");
w1 := W![2,1,2,1,2] ;
w1;
w2 := W![1,2,2,1,2,1];
w2;
w1 * w2;
W![1,2,1,2,1,2] eq W![2,1,2,1,2,1];
assert $1;
SetEchoInput(ei);
