"Source: Text/LieTheory/GrpCox.text";
"Line: 2155";
"Date: Wed Nov  6 12:03:34 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpCox.text, line: 2155
// Example: H105E27 ()
print "Example: H105E27";
ei := GetEchoInput();
SetEchoInput(true);
W := CoxeterGroup("B3");
X := RootGSet(W);
r := Root(W, 5);
r;
Image(W.1, X, r);  
SetEchoInput(ei);
