TL;DR
Factoring a matrix into a product of simpler matrices. Key decompositions: LU (triangular), QR (orthogonal-triangular), eigendecomposition (\( Q\Lambda Q^{-1} \)), SVD (\( U\Sigma V^T \)), and Cholesky (\( LL^T \)).
Matrix Decomposition
Factoring a matrix into a product of simpler matrices. Key decompositions: LU (triangular), QR (orthogonal-triangular), eigendecomposition (\( Q\Lambda Q^{-1} \)), SVD (\( U\Sigma V^T \)), and Cholesky (\( LL^T \)).
Why it matters for interviews
Matrix decompositions are the computational backbone of numerical finance: solving linear systems (LU), least squares regression (QR), PCA (eigendecomposition), and Monte Carlo simulation of correlated variables (Cholesky).
Definition and Mathematical Foundation
Factoring a matrix into a product of simpler matrices. Key decompositions: LU (triangular), QR (orthogonal-triangular), eigendecomposition (\( Q\Lambda Q^{-1} \)), SVD (\( U\Sigma V^T \)), and Cholesky (\( LL^T \)).
Application in Quantitative Finance
Matrix decompositions are the computational backbone of numerical finance: solving linear systems (LU), least squares regression (QR), PCA (eigendecomposition), and Monte Carlo simulation of correlated variables (Cholesky).
Related Terms
Ready to practice for the Quant Trading Interview?
Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.
Start free practice →