"Source: Text/LieTheory/GrpLie.text";
"Line: 2318";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 2318
// Example: H110E23 ()
print "Example: H110E23";
ei := GetEchoInput();
SetEchoInput(true);
G := GroupOfLieType("G2", 5);
PrintSylowSubgroupStructure(G);
SylowSubgroup(G,2);
gens := $1[2];
[ Order(g) : g in gens ];
gens[3]^2 eq gens[2]^2, gens[4]^2 eq gens[2]^2;
SetEchoInput(ei);
