"Source: Text/LieTheory/Cartan.text";
"Line: 443";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/Cartan.text, line: 443
// Example: H102E7 ()
print "Example: H102E7";
ei := GetEchoInput();
SetEchoInput(true);
C1 := Matrix(2,2, [ 2,-2, -2,2 ]);
C2 := Matrix(2,2, [ 2,-1, -5,2 ]);
IsCoxeterIsomorphic(C1, C2);
IsCartanEquivalent(C1, C2);
assert not $1;
SetEchoInput(ei);
