"Source: Text/Basics/FldForms.text";
"Line: 2005";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Basics/FldForms.text, line: 2005
// Example: H30E29 ()
print "Example: H30E29";
ei := GetEchoInput();
SetEchoInput(true);
F<x> := GF(25);
G := MatrixGroup< 4, F |
   [ 1, 0, 0, 0,  0, 1, 0, 0,  0, x^14, 1, 0,  0, 0, 0, 1 ],
   [ 3, x^23, x^20, x^10,  2, 3, 0, x^13,  4, x^10, x^13, x^23,
     x^5, x^11, x, x^17 ] >;
IsIrreducible(G);
assert not $1;
InvariantBilinearForms(G);       
SetEchoInput(ei);
