"Source: Text/LieTheory/GrpLie.text";
"Line: 2805";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 2805
// Example: H110E27 ()
print "Example: H110E27";
ei := GetEchoInput();
SetEchoInput(true);
n := 2;
q := 5;
G := AdjointChevalleyGroup("B",n,q);
Type(G),Dimension(G);
H := POmega(2*n+1,q);
Type(H), Degree(H);
flag, _ := IsIsomorphic(G,H);
flag;
assert $1;
SetEchoInput(ei);
