"Source: Text/LieTheory/RootSys.text";
"Line: 1491";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/RootSys.text, line: 1491
// Example: H103E17 ()
print "Example: H103E17";
ei := GetEchoInput();
SetEchoInput(true);
R1 := RootSystem("H4");
R2 := RootSystem("B4");
R1 + Dual(R2);
R := RootSystem("BC2");
I := IndivisibleSubsystem(R); I;
I subset R;
SetEchoInput(ei);
