How to Use
Enter a matrix:
- A: Any m×n matrix
- Output: Rank, nullity, REF
- Pivots: Highlighted positions
Rank-Nullity
rank(A) + nullity(A) = n. This fundamental theorem connects the dimension of the column space (rank) to the dimension of the null space (nullity). Always holds for any matrix.
Applications
- System solvability
- Linear independence test
- Dimension of subspaces
- Controllability/observability
Step-by-Step Instructions
- 1Enter a matrix.
- 2View row echelon form.
- 3Count pivots (= rank).
- 4Compute nullity.
- 5Determine solvability.