Skip to main content

TL;DR

Eigenvalues, Trace & Determinant: Trace = sum of eigenvalues, determinant = product — the two shortcuts that solve most matrix problems. 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

Eigenvalues, Trace & Determinant

Trace = sum of eigenvalues, determinant = product — the two shortcuts that solve most matrix problems.

For a square matrix AA, an eigenvalue λ\lambda and eigenvector vv satisfy Av=λvAv = \lambda v. The eigenvalues are the roots of the characteristic polynomial det(AλI)=0\det(A - \lambda I) = 0. The two golden identities for an n×nn \times n matrix with eigenvalues λ1,,λn\lambda_1, \ldots, \lambda_n: tr(A)=λ1+λ2++λn\text{tr}(A) = \lambda_1 + \lambda_2 + \cdots + \lambda_n det(A)=λ1λ2λn\det(A) = \lambda_1 \cdot \lambda_2 \cdots \lambda_n Concrete example: A 2×22 \times 2 matrix has trace 5 and determinant 6. What are the eigenvalues? They satisfy λ1+λ2=5\lambda_1 + \lambda_2 = 5 and λ1λ2=6\lambda_1 \cdot \lambda_2 = 6, so they are the roots of λ25λ+6=0\lambda^2 - 5\lambda + 6 = 0, giving λ=2\lambda = 2 and λ=3\lambda = 3. Key properties: - tr(AB)=tr(BA)\text{tr}(AB) = \text{tr}(BA) (cyclic property) - Eigenvalues of AkA^k are λik\lambda_i^k; eigenvalues of A1A^{-1} are 1/λi1/\lambda_i - AA is invertible     \iff no eigenvalue is zero     \iff det(A)0\det(A) \ne 0 - For symmetric matrices, all eigenvalues are real and eigenvectors are orthogonal When to use: Quant interviews heavily test the trace-determinant shortcuts for 2×22 \times 2 matrices. For larger matrices, eigenvalue reasoning appears in Markov chains (stationary distribution is the eigenvector for λ=1\lambda=1), portfolio optimization (covariance matrix eigenvalues measure risk directions), and PCA (principal components are eigenvectors of the covariance matrix). Rayleigh quotient: For symmetric AA, the maximum of xTAx/xTxx^T A x / x^T x over nonzero xx equals the largest eigenvalue. This connects eigenvalues to optimization.

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 →