"Source: Text/LieTheory/GrpRfl.text";
"Line: 2448";
"Date: Sat Nov  9 18:06:06 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpRfl.text, line: 2448
// Example: H106E27 ()
print "Example: H106E27";
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);
