Error Messages/41041
< Error Messages
Revision as of 20:24, 15 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The matrix to EigenDecomp is not square, i.e., the two dimensions are not the same. = Cause = EigenDecomp matrix calculates the eigenvalues…')
Error Message Examples
The matrix to EigenDecomp is not square, i.e., the two dimensions are not the same.
Cause
EigenDecomp matrix calculates the eigenvalues and eigenvectors for square symmetric matrices. You seem to have passed a non square matrix to the EigenDecomp function.
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.
Comments
<comments />
Enable comment auto-refresher