Error Messages/41277

< Error Messages
Revision as of 18:13, 20 April 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.

Remedy

Pass a symmetric matrix as an input parameter to Decompose.

See Also

Comments


You are not allowed to post comments.