"Source: Text/LieTheory/Cartan.text";
"Line: 976";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/Cartan.text, line: 976
// Example: H102E13 ()
print "Example: H102E13";
ei := GetEchoInput();
SetEchoInput(true);
for n in [1..5] do
    IsTree(IrreducibleCoxeterGraph("A~", n));
end for;
C := &join[ IrreducibleCoxeterGraph(t, 4) : t in ["A","B","C","D","F"] ];
SetEchoInput(ei);
