"Source: Text/LieTheory/GrpRfl.text";
"Line: 2389";
"Date: Sat Nov  9 18:06:06 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpRfl.text, line: 2389
// Example: H106E26 ()
print "Example: H106E26";
ei := GetEchoInput();
SetEchoInput(true);
W := ReflectionGroup("E6");
WeightLattice(W);
FundamentalWeights(W);    
SetEchoInput(ei);
