"Source: Text/LieTheory/GrpCox.text";
"Line: 1060";
"Date: Wed Nov  6 12:03:34 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpCox.text, line: 1060
// Example: H105E13 ()
print "Example: H105E13";
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);
