Menu

Rank and Nullity

Rank and Nullity

Every matrix AA hides important geometric information in its columns and solutions.

Rank

The Rank of a matrix is the number of linearly independent columns (or rows). It tells us the “true” dimension of the output space.

Null Space & Nullity

The Null Space is the set of all vectors xx such that Ax=0Ax = 0 . The Nullity is the dimension of this Null Space.

💡

The Rank-Nullity Theorem

For an m×nm \times n matrix AA:

Rank(A) + Nullity(A) = n

This fundamental theorem creates a balance: The information preserved (Rank) plus the information lost (Nullity) equals the original input dimension (nn).