Symplectic matrix


A symplectic matrix M\mathrm{M} is a 2n×2n2n\times2n matrix which satisfies the following condition:

MEMT=E\mathrm{M}\mathrm{E}\mathrm{M}^{T}=\mathrm{E}

where T^{T} denotes transposition and E\mathrm{E} is some 2n×2n2n\times 2n antisymmetric invertible matrix.

Typically, E\mathrm{E} is chosen to be the block matrix

E=(0InIn0)\mathrm{E}=\begin{pmatrix} 0 & -\mathrm{I}_{n} \\ \mathrm{I}_{n} & 0 \end{pmatrix}

where In\mathrm{I}_{n} is the nn-dimensional Identity matrix. This is known as the (2n2n-dimensional) standard symplectic matrix. In the simplest possible form as a 2×22\times 2 matrix, it is

E=(0110)\mathrm{E}=\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}

It appears frequently in areas that deal with rotations and symplectic geometry. For example, it is the generating matrix of the special orthogonal group SO(2)SO(2). It is also ubiquitous in the treatment of the Hamilton equations of motions.

Properties

  • Symplectic matrices form a group.
  • E\mathrm{E} has unit determinant: detE=1\det \mathrm{E}=1.
  • The identity matrix is symplectic, since IEI=E\mathrm{I}\mathrm{E}\mathrm{I}=\mathrm{E}.