WLJS LogoWLJS Notebook

CircularSymplecticMatrixDistribution

CircularSymplecticMatrixDistribution[n] represents a circular symplectic matrix distribution with matrix dimensions {2n, 2n} over the field of complex numbers.

Examples

Sample a random symplectic matrix:

RandomVariate[CircularSymplecticMatrixDistribution[2]]
(* {{...}, {...}, {...}, {...}} *)

Please visit the official Wolfram Language Reference for more details.

On this page