You are here
Home ›Cholesky decomposition
Primary tabs
Cholesky decomposition
1 Cholesky Decomposition
A symmetric and positive definite matrix can be efficiently decomposed into a lower and upper triangular matrix. For a matrix of any type, this is achieved by the LU decomposition which factorizes . If satisfies the above criteria, one can decompose more efficiently into where is a lower triangular matrix with positive diagonal elements. is called the Cholesky triangle.
To solve , one solves first for , and then for .
A variant of the Cholesky decomposition is the form , where is upper triangular.
Cholesky decomposition is often used to solve the normal equations in linear least squares problems; they give , in which is symmetric and positive definite.
To derive , we simply equate coefficients on both sides of the equation:
Solving for the unknowns (the nonzero s), for and , we get:
Because is symmetric and positive definite, the expression under the square root is always positive, and all are real.
References
- 1 Originally from The Data Analysis Briefbook (http://rkb.home.cern.ch/rkb/titleA.html)
Mathematics Subject Classification
62J05 Linear regression65-00 General reference works (handbooks, dictionaries, bibliographies, etc.)
15-00 General reference works (handbooks, dictionaries, bibliographies, etc.)
- Forums
- Planetary Bugs
- HS/Secondary
- University/Tertiary
- Graduate/Advanced
- Industry/Practice
- Research Topics
- LaTeX help
- Math Comptetitions
- Math History
- Math Humor
- PlanetMath Comments
- PlanetMath System Updates and News
- PlanetMath help
- PlanetMath.ORG
- Strategic Communications Development
- The Math Pub
- Testing messages (ignore)
- Other useful stuff
Recent Activity
new question: Sorry to steal a few minutes of your time for this question, but i honestly don't know what else to do. by Whrazithar
new question: equality of the determinants of submatrices of an orthogonal matrix by ismayli
Jun 11
new correction: Typo by suitangi
Jun 2
new question: Creating another set with same cardinality. by hkkass
Jun 1
new image: ProblemOneRevised by unlord
new Education: Chapter II by rspuzio
May 31
new collection: The Calculus by Davis and Brenke by rspuzio
new question: Proofs by weixifan
new question: Summation Integration Question by trevor.nickle
May 27
new correction: typo+finite measure hypothesis by Filipe
Corrections
which square root ? by jduchon ✓
change ij to ji by jduchon ✘
where L is by jduchon ✓
Cholesky by karelkupka ✓


