linalg[cholesky] - Cholesky decomposition of a matrix
|
Calling Sequence
|
|
cholesky(A)
|
|
Parameters
|
|
A
|
-
|
square, positive definite matrix
|
|
|
|
|
Description
|
|
•
|
The routine cholesky computes the cholesky decomposition of the matrix A.
|
•
|
The result is a lower triangular matrix R such that .
|
•
|
This decomposition assumes the matrix A is positive-definite. I.e. R exists with real elements on the diagonal. cholesky will fail with an error when called on a demonstrably non-positive-definite matrix.
|
•
|
.
|
•
|
The command with(linalg,cholesky) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?