"Source: Text/LieTheory/RootSys.text";
"Line: 612";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/RootSys.text, line: 612
// Example: H106E6 ()
print "Example: H106E6";
ei := GetEchoInput();
SetEchoInput(true);
R := RootSystem("F4");
DynkinDiagram(R);
CoxeterDiagram(R);
SetEchoInput(ei);
