This document describes Cholesky's method for matrix inversion, which involves decomposing a matrix into the product of a lower triangular matrix and its transpose. It works by multiplying rows of the lower triangular matrix L by columns of the upper triangular matrix U to transform the original matrix into an identity matrix. Once L and U are determined, their values can be used to calculate the inverse matrix through back substitution.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
246 views3 pages
Choleskey's Method
This document describes Cholesky's method for matrix inversion, which involves decomposing a matrix into the product of a lower triangular matrix and its transpose. It works by multiplying rows of the lower triangular matrix L by columns of the upper triangular matrix U to transform the original matrix into an identity matrix. Once L and U are determined, their values can be used to calculate the inverse matrix through back substitution.