"Source: Text/LieTheory/GrpLie.text";
"Line: 2219";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 2219
// Example: H110E21 ()
print "Example: H110E21";
ei := GetEchoInput();
SetEchoInput(true);
G := GroupOfLieType("A1", 5);
TwistedToriOrders(G);
TwistedTori(G);
Universe($1[2][2]);
SetEchoInput(ei);
