Enter the number of rows, columns, and matrix values to calculate the rank of the matrix.
Matrix Rank Calculation Formula
The rank of a matrix is the dimension of the vector space generated by its columns. It is the maximum number of linearly independent column vectors in the matrix.
Rank(A) = max number of linearly independent columns of A
Variables:
- Rank(A) is the rank of the matrix A.
- A is the matrix for which the rank is to be determined.