Explore ranks, nullities, pivots, and matrix structure quickly. Compare properties, validate inequalities, and inspect transformations. Turn raw entries into clear linear algebra insight today.
Use spaces or commas between values. Separate rows with new lines. The form uses 3 columns on large screens, 2 on medium screens, and 1 on mobile.
| Example Matrix | Dimensions | Rank | Nullity | Observation |
|---|---|---|---|---|
| [1 2 3; 2 4 6; 1 1 1] | 3 × 3 | 2 | 1 | One row depends on another, so the matrix is singular. |
| [1 0; 0 1] | 2 × 2 | 2 | 0 | Identity matrices have full rank and are invertible. |
| [1 2 3; 2 4 6] | 2 × 3 | 1 | 2 | Rows are multiples, so only one pivot exists. |
Rank(A) is the number of pivot positions in the reduced row echelon form of matrix A.
Nullity(A) = n − rank(A), where n is the number of columns of A.
Full rank means the rank reaches the largest possible value, min(m, n).
For square matrices, nonzero determinant implies full rank and invertibility.
rank(A) = rank(AT)
rank(A + B) ≤ rank(A) + rank(B)
rank(AB) ≤ min(rank(A), rank(B))
rank(AB) ≥ rank(A) + rank(B) − n for compatible matrices using Sylvester’s inequality.
Matrix rank measures how many rows or columns are linearly independent. It also tells you the dimension of both the row space and column space.
Nullity shows how many free variables appear in a homogeneous system. It is found by subtracting the rank from the number of columns.
Reduced row echelon form exposes pivot positions clearly. Counting those pivots gives the rank directly and also helps identify dependent rows or columns.
No. A matrix and its transpose always have the same rank. The calculator verifies this property automatically for Matrix A.
A square matrix is invertible exactly when its rank equals its size. In that case, its determinant is nonzero and its nullity is zero.
Addition can cause cancellation between row or column structures. Because of that, the rank of a sum often stays below the simple total.
It checks that multiplying matrices cannot create more independent directions than the factors already contain. This helps confirm major product-rank inequalities.
The page allows sizes up to 8 × 8 per matrix for clarity and speed. Smaller inputs also keep the tables, heatmaps, and exports easier to read.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.