"Source: Text/LieTheory/GrpCox.text";
"Line: 2091";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpCox.text, line: 2091
// Example: H108E26 ()
print "Example: H108E26";
ei := GetEchoInput();
SetEchoInput(true);
W1 := CoxeterGroup("G2");
W2 := CoxeterGroup("C3");
DirectProduct(W1, Dual(W2));
W1 := CoxeterGroup(GrpFPCox, "G2");
W2 := CoxeterGroup(GrpFPCox, "A2");
DirectProduct(W1, W2);
SetEchoInput(ei);
