"Source: Text/LieTheory/GrpLie.text";
"Line: 1666";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpLie.text, line: 1666
// Example: H113E15 ()
print "Example: H113E15";
ei := GetEchoInput();
SetEchoInput(true);
G := GroupOfLieType("A2", Rationals());
Reflections(G);
SetEchoInput(ei);
