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.
Prerequisites
A symmetric matrix is positive definite (PD) if for every nonzero vector . It is positive semi-definite (PSD) if .
Equivalent conditions (any one implies the others for symmetric ):
- All eigenvalues are positive (PD) or non-negative (PSD)
- All leading principal minors are positive (Sylvester's criterion)
- for some full-rank matrix (Cholesky-like factorization)
- All pivots in Gaussian elimination are positive
Concrete example: Is positive definite? Check: and . Since both eigenvalues are positive (their sum and product are both positive), is PD.
Why it matters in finance: Every valid covariance matrix is PSD. Portfolio variance is , which must be non-negative for any portfolio weights . If is PD, every non-degenerate portfolio has strictly positive risk. A correlation matrix with an eigenvalue 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 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 →