"Source: Text/LieTheory/GrpLie.text";
"Line: 1370";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpLie.text, line: 1370
// Example: H113E12 ()
print "Example: H113E12";
ei := GetEchoInput();
SetEchoInput(true);
k<z> := GF(4);
G := GroupOfLieType("C3", k);    
V := VectorSpace(k, 3);
g := elt< G | 1,2,3, <3,z>,<4,z^2>, V![1,z^2,1] >;               
Normalise(g); 
u, h, w, up := Bruhat(g);
u; h; w; up;
SetEchoInput(ei);
