Next: Example programs for matrices, Previous: Finding maximum and minimum elements of matrices, Up: Matrices [Index]
The following functions are defined for real and complex matrices. For complex matrices both the real and imaginary parts must satisfy the conditions.
These functions return 1 if all the elements of the matrix m are zero, strictly positive, strictly negative, or non-negative respectively, and 0 otherwise. To test whether a matrix is positive-definite, use the Cholesky decomposition (see Cholesky Decomposition).
This function returns 1 if the matrices a and b are equal (by comparison of element values) and 0 otherwise.