"Source: Text/LieTheory/RootSys.text";
"Line: 743";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/RootSys.text, line: 743
// Example: H103E8 ()
print "Example: H103E8";
ei := GetEchoInput();
SetEchoInput(true);
R := RootSystem("A5 B2");
IsIrreducible(R);
assert not $1;
IsSemisimple(R);
assert $1;
IsCrystallographic(R);
assert $1;
IsSimplyLaced(R);
assert not $1;
SetEchoInput(ei);
