4.5.13 · D3Linear Algebra (Full)

Worked examples — Null space (kernel) and column space (image) — basis, dimension

3,151 words14 min readBack to topic

This page is the "no surprises" drill for Null & Column space. Below is a map of every kind of matrix this topic can hand you. Then we work an example for each cell, so that when a strange one appears in an exam, you have already seen its twin.


The scenario matrix

We classify a matrix by two questions that decide everything about its two spaces:

  • Shape: is it tall (, more equations than unknowns), square (), or wide (, more unknowns than equations)?
  • Rank: does it have full column rank (, every input column is a genuinely new direction), full row rank (, every output direction is reachable), or is it rank-deficient (some columns are dependent)?

Here is the full grid. Each cell names an example below that hits it.

Shape \ Rank Full column rank Rank-deficient Full row rank
Tall Ex 1 (injective, trivial kernel) Ex 2 (dependent columns) — impossible if *
Square Ex 3 (invertible) Ex 4 (singular) (same as full col rank)
Wide — impossible if * Ex 5 (deficient wide) Ex 6 (surjective, fat kernel)

The decision flow-chart below is the same taxonomy drawn as a visual: start at the shape, split on the rank, and land on the pair . Trace your matrix down it before computing — the leaf you reach is your forecast.

Figure — Null space (kernel) and column space (image) — basis, dimension

Plus three edge/extra cases every syllabus loves:

Extra case Example
Zero matrix (degenerate, everything crushed) Ex 7
Word problem (real-world reachability) Ex 8
Exam twist (a parameter that changes the rank) Ex 9
Figure — Null space (kernel) and column space (image) — basis, dimension

Ex 1 — Tall, full column rank (injective, trivial kernel)

The figure below draws this case: the two accent-red original columns and the plane they sweep out inside . Notice the single black dot at the origin — that lone point is the whole null space, the geometric meaning of "trivial kernel."

Figure — Null space (kernel) and column space (image) — basis, dimension

Ex 2 — Tall, rank-deficient (dependent columns)


Ex 3 — Square, full rank (invertible)


Ex 4 — Square, rank-deficient (singular)


Ex 5 — Wide, rank-deficient


Ex 6 — Wide, full row rank (surjective, fat kernel)

The figure below shows this null space: a single accent-red line through the origin in in the direction . Every point on that line is fed into and comes out as the zero vector — the whole line is "wasted input."

Figure — Null space (kernel) and column space (image) — basis, dimension

Ex 7 — Degenerate: the zero matrix


Ex 8 — Word problem (real-world reachability)

The figure below draws the resource plane: the accent-red line of achievable totals (all in ratio) and the black dot at sitting off that line — the geometric reason can never be produced.

Figure — Null space (kernel) and column space (image) — basis, dimension

Ex 9 — Exam twist: a parameter changes the rank


Recall

Recall Which scenario forces which space?

Full column rank () ::: trivial null space, map injective. Full row rank () ::: column space is all of , map surjective. Wide matrix () ::: nullity , so there is ALWAYS a nonzero null vector. Zero matrix ::: rank , null space is the whole input space. Parameter that kills a pivot ::: rank drops, nullity rises, determinant hits (if square).


Connections

  • Rank of a matrix — the counted in every example.
  • Rank–Nullity Theorem — the check line of every worked case.
  • Row reduction & RREF — the engine that found the pivots.
  • Linear independence and basis — why pivot columns are a basis.
  • Injective and surjective linear maps — Ex 1/3 (injective), Ex 3/6 (surjective).
  • Four fundamental subspaces — Col and Null are two of the four.
  • Solving Ax=b — Ex 8's reachability question.