Error Messages/41040


Error message examples

The EigenDecomp function can only be used to decompose symmetric matrices.

Cause

EigenDecomp matrix calculates the eigenvalues and eigenvectors for square symmetric matrices. You seem to have passed a non symmetric matrix to the EigenDecomp function. The eigenvalues and eigenvectors of non symmetric matrices may be complex in nature.

Please click on the following link to take a look at an Example use of EigenDecomp.

Remedies

Change the matrix passed as the first parameter to EigenDecomp to be a square symmetric matrix.

See Also

Comments


You are not allowed to post comments.