"Source: Text/LieTheory/GrpRfl.text";
"Line: 1663";
"Date: Sat Nov  9 18:06:06 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpRfl.text, line: 1663
// Example: H106E21 ()
print "Example: H106E21";
ei := GetEchoInput();
SetEchoInput(true);
W := ComplexReflectionGroup("A", 4);
IsReflectionGroup(W);
assert $1;
IsRealReflectionGroup(W);
assert $1;
W := ComplexReflectionGroup("M", 3);
IsReflectionGroup(W);
assert $1;
SetEchoInput(ei);
