"Source: Text/LieTheory/GrpCox.text";
"Line: 1697";
"Date: Wed Nov  6 12:03:34 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpCox.text, line: 1697
// Example: H105E21 ()
print "Example: H105E21";
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);
