"Source: Text/LieTheory/RootSys.text";
"Line: 743";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/RootSys.text, line: 743
// Example: H106E8 ()
print "Example: H106E8";
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);
