"Source: Text/LieTheory/GrpLie.text";
"Line: 849";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 849
// Example: H110E7 ()
print "Example: H110E7";
ei := GetEchoInput();
SetEchoInput(true);
G := GroupOfLieType("G2", 3);
Order(G);
assert $1 eq 4245696;
FactoredOrder(G);
G := GroupOfLieType("G2", Rationals());
Order(G);
Dimension(G);
assert $1 eq 14;
SetEchoInput(ei);
