Error Messages/40651
Error message examples
The matrix passed to Function Transpose must be square, but is not square.
Cause
The matrix passed to the function is expected to be square matrix, i.e. the size of the indexes for the matrix should be equal.
Some functions cannot be called on non square matrix.
Remedies
Change the input matrix to Transpose so that its indexes are of the same size.
See Also
Comments
Enable comment auto-refresher