LINEAR-ALGEBRA ยท Interactive Practice | Unit 9 ยท Video 3

Every Matrix Splits Its Columns in Two

IKey Formulas

Formula Name Description
rank(A)+nullity(A)=n\text{rank}(A) + \text{nullity}(A) = n Rank-Nullity Theorem Pivot columns + free columns = total columns
rank(A)=r\text{rank}(A) = r Rank Number of pivot positions after row reduction
nullity(A)=nโˆ’r\text{nullity}(A) = n - r Nullity Number of free variables = dimension of null space
dimโก(Col(A))=r\dim(\text{Col}(A)) = r Column space dimension Always equals the rank

IIVisualization 1 โ€” Pivot Columns vs Free Columns

Row reduction sorts the columns of AA into two kinds โ€” which anchor C(A)C(A), and which are already combinations of them?

matrix A ยท click a column

pivot โ†’ basis for C(A) free โ†’ combination of pivots

reduced form R ยท read the coefficients

๐Ÿ’ก A basis for C(A)C(A) is the pivot columns of the original AA, not of RR: row reduction keeps which columns are dependent, but changes the column vectors themselves.

IIIVisualization 2 โ€” A Column Changes Sides

As tt drives the two rows of A=[12324t]A=\begin{bmatrix}1&2&3\\2&4&t\end{bmatrix} into dependence, which column loses its pivot โ€” and where does it go?

matrix A โ†’ echelon U

after Rโ‚‚ โ† Rโ‚‚ โˆ’ 2Rโ‚

the three columns

IVVisualization 3 โ€” The Four Fundamental Subspaces

The rank rr 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 rr โ€” this equality of column rank and row rank is why "rank" is a single well-defined number.

VQuiz Questions

Question 1 ยท Direct Application

A matrix AA is 3ร—53 \times 5 (3 rows, 5 columns) and has rank 3. What is the nullity of AA?

โœ… Correct! nullity = n โˆ’ rank = 5 โˆ’ 3 = 2.

โŒ Not quite. Remember: nullity = n โˆ’ rank, where n is the number of columns (not rows).

Show solution

Solution:

By the Rank-Nullity Theorem: rank(A)+nullity(A)=n\text{rank}(A) + \text{nullity}(A) = n 3+nullity(A)=53 + \text{nullity}(A) = 5 nullity(A)=5โˆ’3=2\text{nullity}(A) = 5 - 3 = 2

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 AA, the echelon form has pivots in columns 1 and 2. To find a basis for the column space of AA, 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.

Show solution

Solution:

Row reduction identifies which columns are pivot columns, but you must take those columns from the original matrix AA, 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 AA.

Question 3 ยท Multi-Step Reasoning

Consider the matrix from the video: A=[123111211231]A = \begin{bmatrix} 1 & 2 & 3 & 1 \\ 1 & 1 & 2 & 1 \\ 1 & 2 & 3 & 1 \end{bmatrix}

Its echelon form is [12310โˆ’1โˆ’100000]\begin{bmatrix} 1 & 2 & 3 & 1 \\ 0 & -1 & -1 & 0 \\ 0 & 0 & 0 & 0 \end{bmatrix}. 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.

Show solution

Solution:

From the echelon form, identify the pivots:

  • Pivot in column 1 (the 1 in row 1)
  • Pivot in column 2 (the โˆ’1 in row 2)

So rank=2\text{rank} = 2 and there are nโˆ’r=4โˆ’2=2n - r = 4 - 2 = 2 free columns (columns 3 and 4).

Each free variable produces exactly one special solution:

  • Set x3=1,x4=0x_3 = 1, x_4 = 0: back-substitute to get s1=(โˆ’1,โˆ’1,1,0)\mathbf{s}_1 = (-1, -1, 1, 0)
  • Set x3=0,x4=1x_3 = 0, x_4 = 1: back-substitute to get s2=(โˆ’1,0,0,1)\mathbf{s}_2 = (-1, 0, 0, 1)

Answer: 2 special solutions, one per free variable.

Question 4 ยท Conceptual Understanding

True or False: A 4ร—64 \times 6 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).

Show solution

Solution:

If nullity = 0, the Rank-Nullity Theorem gives: rank(A)+0=6โ€…โ€ŠโŸนโ€…โ€Šrank(A)=6\text{rank}(A) + 0 = 6 \implies \text{rank}(A) = 6

But rank(A)โ‰คminโก(m,n)=minโก(4,6)=4\text{rank}(A) \leq \min(m, n) = \min(4, 6) = 4. A matrix with only 4 rows can have at most 4 pivots.

So rank(A)=6\text{rank}(A) = 6 is impossible, meaning nullity = 0 is also impossible. In fact: nullity(A)=6โˆ’rank(A)โ‰ฅ6โˆ’4=2\text{nullity}(A) = 6 - \text{rank}(A) \geq 6 - 4 = 2

A 4ร—64 \times 6 matrix must always have nullity โ‰ฅ2\geq 2.

Answer: False.

Solved: 0 / 4