MTM
rank
compute the rank of a matrix
Calling Sequence
Parameters
Description
Examples
rank(A)
A
-
matrix, vector, array, or scalar
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.
with⁡MTM:
A≔Matrix⁡1,2,1,2,4,2,2,8,1
A≔121242281
rank⁡A
2
See Also
LinearAlgebra[Rank]
MTM[colspace]
MTM[null]
Download Help Document