Is there a simple way to generate a random matrix that is symmetric and positive-definite? The symmetry seems like it could be achieved by generating a matrix $M$ with independent random entries and using $M + M^T$, but is there a way I can ensure positive-definiteness?
2026-03-27 12:08:05.1774613285
Generate random symmetric positive-definite matrix
4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Generate a random matrix $M$. This matrix is almost surely full-rank. Now set $A = MM^T$ and $A$ is a positive definite matrix.