"Source: Text/LieTheory/RootDtm.text";
"Line: 1570";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/RootDtm.text, line: 1570
// Example: H104E14 ()
print "Example: H104E14";
ei := GetEchoInput();
SetEchoInput(true);
R := StandardRootDatum("A",2);
V := RootSpace(R);
FullRootLattice(R);
RootLattice(R);
SetEchoInput(ei);
