"Source: Text/LieTheory/GrpLie.text";
"Line: 2830";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpLie.text, line: 2830
// Example: H113E27 ()
print "Example: H113E27";
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);
