"Source: Text/LieTheory/GrpLie.text";
"Line: 1606";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 1606
// Example: H110E14 ()
print "Example: H110E14";
ei := GetEchoInput();
SetEchoInput(true);
G := GroupOfLieType("G2", RealField());
HighestRoot(G);
HighestLongRoot(G);
HighestShortRoot(G);
SetEchoInput(ei);
