MTM[rank] - compute the rank of a matrix
|
Parameters
|
|
A
|
-
|
matrix, vector, array, or scalar
|
|
|
|
|
Description
|
|
•
|
The function rank(A) computes the rank of a matrix by performing Gaussian elimination on the rows of the given matrix. The rank of the matrix A is the number of non-zero rows in the resulting matrix.
|
|
|
Download Help Document
Was this information helpful?