"Source: Text/LieTheory/RootDtm.text";
"Line: 2437";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/RootDtm.text, line: 2437
// Example: H104E24 ()
print "Example: H104E24";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum("E6");
WeightLattice(R);
FundamentalWeights(R);
SetEchoInput(ei);
