Closed fingolfin closed 1 month ago
This issue has been solved in the new release of forms (1.2.21) of 31st of August 2024:
gap> PreservedSesquilinearForms(GL(2,5));
[ < bilinear form > ]
gap> PreservedSesquilinearForms(GL(3,5));
[ ]
gap> PreservedFormsOp(GL(2,5));
rec( field := GF(5),
invariantforms :=
[
[ "symplectic", [ [ 0*Z(5), Z(5)^0 ], [ Z(5)^2, 0*Z(5) ] ],
[ Z(5), Z(5)^0 ] ] ], maybeDual := true, maybeFrobenius := false )
Consider this error:
Apparently it is not ready to deal with all possible outputs of
PreservedFormsOp
: