"Source: Text/LieTheory/GrpCox.text";
"Line: 734";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpCox.text, line: 734
// Example: H108E9 ()
print "Example: H108E9";
ei := GetEchoInput();
SetEchoInput(true);
R := StandardRootSystem("A", 4);
W := CoxeterGroup(R);
Rank(W);
assert $1 eq 4;
Dimension(W);
assert $1 eq 5;
SetEchoInput(ei);
