"Source: Text/LieTheory/GrpLie.text";
"Line: 1713";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 1713
// Example: H110E16 ()
print "Example: H110E16";
ei := GetEchoInput();
SetEchoInput(true);
G := GroupOfLieType("A5", GF(3));
a := AdditiveOrder(G);
Position(a, 2);
assert $1 eq 6;
Position(a, 3);
assert $1 eq 10;
SetEchoInput(ei);
