4.5.44 · D3Linear Algebra (Full)

Worked examples — Subspaces — four fundamental subspaces of a matrix

2,020 words9 min readBack to topic

The scenario matrix

Every matrix falls into one of these case classes. The columns are the questions that change the answer; the last column names the example that covers it.

# Case class Shape Rank What's special Covered by
1 Wide, rank-deficient free variables and unreachable outputs Ex 1
2 Tall, full column rank , big left null space Ex 2
3 Square invertible all subspaces trivial or everything Ex 3
4 The zero matrix the degenerate limit Ex 4
5 Repeated / dependent rows both null spaces nontrivial Ex 5
6 Word problem (networks) left null space = a conservation law Ex 6
7 Exam twist: solvability of uses + Ex 7
8 Single column, single row , rank-one limiting shapes Ex 8

The two "control knobs" are always: how many pivots () and which dimension is bigger ( vs ). Every cell above is a different setting of those two knobs.

Figure — Subspaces — four fundamental subspaces of a matrix

Example 1 — Wide, rank-deficient (cell 1)


Example 2 — Tall, full column rank (cell 2)

Figure — Subspaces — four fundamental subspaces of a matrix

Example 3 — Square invertible (cell 3)


Example 4 — The zero matrix (degenerate limit, cell 4)


Example 5 — Dependent rows, both null spaces nontrivial (cell 5)


Example 6 — Word problem: a network conservation law (cell 6)


Example 7 — Exam twist: is solvable? (cell 7)


Example 8 — Single column and single row (rank-one limits, cell 8)


Recall Self-test: name the four dims from shape and rank

is with rank . Give all four dimensions. ::: ::: ::: :::


Connections