"Source: Text/LieTheory/GrpRfl.text";
"Line: 2448";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpRfl.text, line: 2448
// Example: H109E27 ()
print "Example: H109E27";
ei := GetEchoInput();
SetEchoInput(true);
W := CoxeterGroup("B3");
DominantWeight(W, [1,-1,0] : Basis:="Weight");  
#WeightOrbit(W, [1,-1,0] : Basis:="Weight");   
assert $1 eq 6;
SetEchoInput(ei);
