"Source: Text/LieTheory/GrpCox.text";
"Line: 1694";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpCox.text, line: 1694
// Example: H108E21 ()
print "Example: H108E21";
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);
