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