LINEAR-ALGEBRA ยท Interactive Practice | Unit 9 ยท Video 3
| Formula | Name | Description |
|---|---|---|
| Rank-Nullity Theorem | Pivot columns + free columns = total columns | |
| Rank | Number of pivot positions after row reduction | |
| Nullity | Number of free variables = dimension of null space | |
| Column space dimension | Always equals the rank |
Row reduction sorts the columns of into two kinds โ which anchor , and which are already combinations of them?
matrix A ยท click a column
reduced form R ยท read the coefficients
๐ก A basis for is the pivot columns of the original , not of : row reduction keeps which columns are dependent, but changes the column vectors themselves.
As drives the two rows of into dependence, which column loses its pivot โ and where does it go?
matrix A โ echelon U
after Rโ โ Rโ โ 2Rโ
the three columns
The rank fixes all four fundamental subspaces at once โ so where do the leftover dimensions go?
๐ก The column space and row space always share the same dimension โ this equality of column rank and row rank is why "rank" is a single well-defined number.
Question 1 ยท Direct Application
A matrix is (3 rows, 5 columns) and has rank 3. What is the nullity of ?
โ Correct! nullity = n โ rank = 5 โ 3 = 2.
โ Not quite. Remember: nullity = n โ rank, where n is the number of columns (not rows).
Solution:
By the Rank-Nullity Theorem:
The nullity is 2, meaning the null space is 2-dimensional (there are 2 free variables after row reduction).
Question 2 ยท Common Pitfall
After row reducing a matrix , the echelon form has pivots in columns 1 and 2. To find a basis for the column space of , which columns should you use?
โ Correct! Always take the basis vectors from the original matrix. Row reduction only tells you which columns to pick.
โ Not quite. Row operations change the column vectors themselves. The echelon form tells you which columns to choose, but the actual vectors must come from the original matrix.
Solution:
Row reduction identifies which columns are pivot columns, but you must take those columns from the original matrix , not from the echelon form.
Row operations preserve column dependencies (which columns are linear combinations of others) but change the actual column vectors. The echelon form's columns span a different subspace than the original columns.
Answer: Columns 1 and 2 of the original matrix .
Question 3 ยท Multi-Step Reasoning
Consider the matrix from the video:
Its echelon form is . How many special solutions (basis vectors for the null space) does this matrix have?
โ Correct! There are 2 free variables (columns 3 and 4), producing exactly 2 special solutions that form a basis for the null space.
โ Not quite. Count the non-pivot columns โ each one corresponds to a free variable and produces exactly one special solution.
Solution:
From the echelon form, identify the pivots:
So and there are free columns (columns 3 and 4).
Each free variable produces exactly one special solution:
Answer: 2 special solutions, one per free variable.
Question 4 ยท Conceptual Understanding
True or False: A matrix can have nullity equal to 0.
โ Correct! A 4ร6 matrix has at most rank 4, so nullity โฅ 6 โ 4 = 2. The null space must be at least 2-dimensional.
โ Not quite. Think about the maximum possible rank: can a matrix with 4 rows really have 6 pivots? Remember rank โค min(m, n).
Solution:
If nullity = 0, the Rank-Nullity Theorem gives:
But . A matrix with only 4 rows can have at most 4 pivots.
So is impossible, meaning nullity = 0 is also impossible. In fact:
A matrix must always have nullity .
Answer: False.
Solved: 0 / 4