Error Messages/41277
Example Message
Array is not symmetric in system function Decompose
Cause
The indicated function, i.e., Decompose, requires its matrix parameter to be symmetric.
The Cholesky decomposition of a real matrix A is a lower triangular matrix, L, such that A = L L*, where L* is the transpose of L. This decomposition exists only when A is symmetric - meaning that A is equal to its transpose. When you pass a non-symmetric matrix to Decompose, you get this error.
See Also
- function Decompose
Comments
Enable comment auto-refresher