Error Messages/41041
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.
See Also
Comments
Enable comment auto-refresher