"Source: Text/LieTheory/Cartan.text";
"Line: 1011";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/Cartan.text, line: 1011
// Example: H102E14 ()
print "Example: H102E14";
ei := GetEchoInput();
SetEchoInput(true);
IsCoxeterIsomorphic("A1A1", "D2");
assert $1;
IsCoxeterIsomorphic("B5", "C5");
assert $1;
IsCartanEquivalent("B5", "C5");
assert not $1;
SetEchoInput(ei);
