"Source: Text/LieTheory/GrpLie.text";
"Line: 1642";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 1642
// Example: H110E15 ()
print "Example: H110E15";
ei := GetEchoInput();
SetEchoInput(true);
G := GroupOfLieType("A2", Rationals());
Reflections(G);
SetEchoInput(ei);
