"Source: Text/LieTheory/RootSys.text";
"Line: 1448";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/RootSys.text, line: 1448
// Example: H103E16 ()
print "Example: H103E16";
ei := GetEchoInput();
SetEchoInput(true);
R  := RootSystem("A1A1");
R1 := sub<R|[1]>;
R2 := sub<R|[2]>;
R1 + R2;
R1 join R2;
R1 := RootSystem("A3T2B4T3");
R2 := RootSystem("T3G2T4BC3");
R1 + R2;
R1 join R2;
SetEchoInput(ei);
