"Source: Text/LieTheory/GrpCox.text";
"Line: 1185";
"Date: Wed Nov  6 12:03:34 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpCox.text, line: 1185
// Example: H105E15 ()
print "Example: H105E15";
ei := GetEchoInput();
SetEchoInput(true);
W := CoxeterGroup("A5");
x := W.1*W.2*W.4*W.5;
LeftDescentSet(W, x);
RightDescentSet(W, x);
SetEchoInput(ei);
