Error Messages/41277

< Error Messages
Revision as of 23:51, 13 December 2009 by Lchrisman (talk | contribs) (Created page with '= Example Message = Array is not symmetric in system function Decompose = Cause = The indicated function, i.e., Decompose, requires its matrix parameter to be symmetr…')
(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.

See Also

Comments


You are not allowed to post comments.