Error Messages/41278

< Error Messages
Revision as of 00:00, 14 December 2009 by Lchrisman (talk | contribs) (Created page with '= Example Messsage = Array is not Hermitian in function Decompose. A [http://en.wikipedia.org/wiki/Hermitian_matrix Hermitian] matrix is one thatis equal to its own conj…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Example Messsage

Array is not Hermitian in function Decompose.  A Hermitian matrix 
is one thatis equal to its own conjugate transpose, i.e., the element 
in the ith row and jth solumn is equal to the complex conjugate of 
the entry in the jth and ith column.

Cause

You have passed a matrix to the system function Decompose (or to a user-defined function that uses Decompose, such as Gaussian), that contains at least one complex (non-real) number and that is not Hermitian. Hermitian basically means non-symmetric as it usually applies to matricies containing complex numbers (when a matrix contains all real-valued numbers, the concept of Hermitian is the same as the concept of being symmtrical). The Cholesky decomposition of a matrix can only be obtained for a Hermitian matrix.

See Also

Comments


You are not allowed to post comments.