"Source: Text/LieTheory/Cartan.text";
"Line: 141";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/Cartan.text, line: 141
// Example: H102E2 ()
print "Example: H102E2";
ei := GetEchoInput();
SetEchoInput(true);
M1 := SymmetricMatrix([1, 3,1, 2,3,1]);
M2 := SymmetricMatrix([1, 3,1, 3,2,1]);
IsCoxeterIsomorphic(M1, M2);

CoxeterGroupOrder(M1);
assert $1 eq 24;
SetEchoInput(ei);
