"Source: Text/LieTheory/RootDtm.text";
"Line: 677";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/RootDtm.text, line: 677
// Example: H104E4 ()
print "Example: H104E4";
ei := GetEchoInput();
SetEchoInput(true);
for X in ["A","B","G"] do
  print NumPosRoots(IrreducibleRootDatum(X, 2));
end for;
SetEchoInput(ei);
