"Source: Text/LieTheory/GrpRfl.text";
"Line: 1414";
"Date: Sat Nov  9 18:06:06 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpRfl.text, line: 1414
// Example: H106E16 ()
print "Example: H106E16";
ei := GetEchoInput();
SetEchoInput(true);
G := CompleteGraph(3);
W := ReflectionGroup(G);
CartanName(W);
CoxeterDiagram(W);
SetEchoInput(ei);
