"Source: Text/LieTheory/GrpCox.text";
"Line: 549";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpCox.text, line: 549
// Example: H108E6 ()
print "Example: H108E6";
ei := GetEchoInput();
SetEchoInput(true);
W1 := CoxeterGroup(GrpFPCox, "B4");
W2 := CoxeterGroup(GrpFPCox, "C4");
IsCoxeterIsomorphic(W1, W2);
W1 := CoxeterGroup("G2");
W2 := CoxeterGroup("A1A2");
IsIsomorphic(W1, W2);
assert $1;
IsCoxeterIsomorphic(W1, W2);
assert not $1;
W1 := CoxeterGroup("B3");
W2 := CoxeterGroup("C3");
IsIsomorphic(W1, W2);
assert $1;
IsCoxeterIsomorphic(W1, W2);
IsCartanEquivalent(W1, W2);
assert not $1;
SetEchoInput(ei);
