WLJS LogoWLJS Notebook

CircularRealMatrixDistribution

CircularRealMatrixDistribution[n] represents a circular real matrix distribution with matrix dimensions {n, n}.

Examples

Sample a random real matrix:

RandomVariate[CircularRealMatrixDistribution[3]]
(* {{...}, {...}, {...}} *)

Please visit the official Wolfram Language Reference for more details.

On this page