10.16 Symplectic Linear Groups

Module: sage.groups.matrix_gps.symplectic

Author Log:

sage: G = Sp(4,GF(7))
sage: G._gap_init_()
'Sp(4, 7)'
sage: G
Symplectic Group of rank 2 over Finite Field of size 7
sage: G.random()
[5 5 5 1]
[0 2 6 3]
[5 0 1 0]
[4 6 3 4]
sage: G.order()
276595200

Module-level Functions

Sp( n, R)

Class: SymplecticGroup_finite_field

class SymplecticGroup_finite_field

Class: SymplecticGroup_generic

class SymplecticGroup_generic

Special Functions: _gap_init_,$  $ _repr_

See About this document... for information on suggesting changes.