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