Difference between revisions of "Error Messages/40413"

m (Created page with '= Error Message Examples = In SingularValueDecomp, index IndexA must be at least as long as index IndexB. = Cause = The number of rows (indexed by the second parameter) f…')
 
Line 1: Line 1:
 
= Error Message Examples =
 
= Error Message Examples =
  
  In [[SingularValueDecomp]], index IndexA must be at least as long as index IndexB.
+
  In [[SingularValueDecomp]], index Index1 must be at least as long as index Index2.
  
 
= Cause =
 
= Cause =

Revision as of 18:31, 26 January 2010

Error Message Examples

In SingularValueDecomp, index Index1 must be at least as long as index Index2.

Cause

The number of rows (indexed by the second parameter) for the matrix passed to SingularValueDecomp should be greater than or equal to the number of columns (indexed by the third parameter). The matrix you passed to the function had less number of rows than the number of columns.

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).



You are not allowed to post comments.

Comments
<comments />