"Source: Text/LieTheory/GrpCox.text";
"Line: 867";
"Date: Wed Nov  6 12:03:34 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpCox.text, line: 867
// Example: H105E11 ()
print "Example: H105E11";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum("D4" : Isogeny := "SC");
W := CoxeterGroup(GrpPermCox, R);
Wfp,phi := CoxeterGroup(GrpFPCox, W);
x := W.1*W.3*W.2*W.4*W.2*W.2*W.2*W.1;
Eltseq(phi(x));
S := BruhatDescendants(x);
{ Eltseq(phi(w)) : w in S };
SetEchoInput(ei);
