"Source: Text/LieTheory/GrpCox.text";
"Line: 2094";
"Date: Wed Nov  6 12:03:34 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpCox.text, line: 2094
// Example: H105E26 ()
print "Example: H105E26";
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);
