Error Messages/40412
< Error Messages
Revision as of 18:30, 26 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = In SingularValueDecomp, index Index3 must be the same length as index Index2. = Cause = The indexes passed as the third and fourth parameter to…')
Error Message Examples
In SingularValueDecomp, index Index3 must be the same length as index Index2.
Cause
The indexes passed as the third and fourth parameter to SingularValueDecomp did not have the same length.
You may have switched the second and the third parameter to the function.
Remedies
Correct the parameters passed to the SingularValueDecomp function so that the length of the second parameter (number of rows of the matrix) is at least as long as the length of the third parameter (number of columns of the matrix).
Comments
<comments />
Enable comment auto-refresher