Skip to main content

TL;DR

Positive Definite Matrices: All eigenvalues positive, all quadratic forms positive — the matrices that define valid covariances. This concept is essential for quantitative trading interviews and is frequently tested at top firms.

By Valenke Exam Prep Team·Last updated 2026-06-01
Algebra

Positive Definite Matrices

All eigenvalues positive, all quadratic forms positive — the matrices that define valid covariances.

A symmetric matrix AA is positive definite (PD) if xTAx>0x^T A x > 0 for every nonzero vector xx. It is positive semi-definite (PSD) if xTAx0x^T A x \ge 0. Equivalent conditions (any one implies the others for symmetric AA): - All eigenvalues are positive (PD) or non-negative (PSD) - All leading principal minors are positive (Sylvester's criterion) - A=BTBA = B^T B for some full-rank matrix BB (Cholesky-like factorization) - All pivots in Gaussian elimination are positive Concrete example: Is A=(4223)A = \begin{pmatrix} 4 & 2 \\ 2 & 3 \end{pmatrix} positive definite? Check: tr(A)=7>0\text{tr}(A) = 7 > 0 and det(A)=124=8>0\det(A) = 12 - 4 = 8 > 0. Since both eigenvalues are positive (their sum and product are both positive), AA is PD. Why it matters in finance: Every valid covariance matrix is PSD. Portfolio variance is wTΣww^T \Sigma w, which must be non-negative for any portfolio weights ww. If Σ\Sigma is PD, every non-degenerate portfolio has strictly positive risk. A correlation matrix with an eigenvalue 0\le 0 signals a data problem or an impossible correlation structure. When to use: Verifying that a given matrix can serve as a covariance matrix, checking convexity of quadratic optimization problems (the Hessian must be PSD for convexity), and understanding when xTAxx^T A x achieves a unique minimum.

Ready to practice for the Valenke Finance Exam?

Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.

Start free practice →