Compute the rank via RREF for 2x2 and 3x3 matrices
The rank of a matrix measures its non-degeneracy. It equals the dimension of the column space (or row space). Computing rank via RREF is the standard method. The rank-nullity theorem states that rank + nullity = number of columns.
The rank of a matrix is the maximum number of linearly independent row vectors (or column vectors). It is a fundamental measure of the matrix information content. A matrix with full rank has all rows/columns independent. A rank-deficient matrix has dependencies, meaning some information is redundant.
The number of linearly independent rows. Equals non-zero rows in RREF. Always equals column rank.
rank = min(m,n). All rows/cols independent. Square matrix is invertible. System Ax=b has unique solution.
rank < min(m,n). Some rows are linear combinations. Matrix is singular. Null space is non-trivial.
rank(A) + nullity(A) = n (columns). Nullity is the dimension of the null space.
Free online calculators and tools covering mathematics, unit conversion, text processing, and daily life. Accurate, fast, mobile-friendly, and completely free to use.
© 2026 IP331.com — Free Online Tools. All rights reserved.
About · Contact · Privacy Policy · Cookie Policy · Terms of Use · Disclaimer · Sitemap