For the symplectic groups in GAP : grp:=SymplecticGroup(n,q), what is the underlying metric or bilinear form ($M$)?
For example if I use A:=Random(grp) to get a random symplectic matrix this matrix should satisfy $A^\dagger A=1$ where $A^\dagger=M A^t M^{-1}$; what is $M$? I tried $[[0,-I],[I,0]]$ but that didn't work.
2026-03-29 17:25:13.1774805113
symplectic groups in GAP
207 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
As explained in the manual (https://www.gap-system.org/Manuals/doc/ref/chap50.html#X8674AAA578FE4AEE), the form is stored in the
InvariantBilinearFormattribute (as entry.matrix):