Matrix Input
Result
Enter matrix values and click Calculate
Determine the rank of a matrix via row reduction to row echelon form. Count non-zero pivot rows, compute nullity, and see every row operation explained clearly.
rank(A) = number of pivot rows in REF
The rank of a matrix equals the dimension of its column space — how many linearly independent columns (or rows) it has. A matrix has full rank if rank = min(rows, cols).
The Rank-Nullity theorem states: rank(A) + nullity(A) = n (number of columns).
"Understanding rank is essential for systems of equations, eigenvalues, and data science. Let's connect the theory to what you're studying."