Cholesky Decomposition

cholesky(M) Returns the lower triangular matrix L such that L·LT = M. This is a kind of matrix square root. The cholesky function uses only the upper triangular part of M.

Arguments:

QuickSheet

Related Topics