"Source: Text/LieTheory/GrpLie.text";
"Line: 644";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 644
// Example: H110E4 ()
print "Example: H110E4";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum("A3" : Twist := 2);
G := TwistedGroupOfLieType(R,5,25);
G;
BaseRing(G);
DefRing(G);
UntwistedOvergroup(G);
SetEchoInput(ei);
