"Source: Text/LieTheory/RootSys.text";
"Line: 612";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/RootSys.text, line: 612
// Example: H103E6 ()
print "Example: H103E6";
ei := GetEchoInput();
SetEchoInput(true);
R := RootSystem("F4");
DynkinDiagram(R);
CoxeterDiagram(R);
SetEchoInput(ei);
