4.5.13 · D5Linear Algebra (Full)
Question bank — Null space (kernel) and column space (image) — basis, dimension
True or false — justify
For a matrix (that is: rows, columns — inputs, outputs), decide and say why.
The column space of and the column space of its RREF are always equal.
False. Row operations scramble entries within each column, so they move the actual output vectors; only the pattern of dependence (which columns are pivots) is preserved, not the vectors themselves.
If is then its null space contains vectors with components.
True. Null space vectors are inputs , and has columns, so needs entries — one to multiply each column.
If then must be a square matrix.
False. It only forces full column rank (), which can happen with (a tall matrix), e.g. Example 2 in the parent note is with trivial kernel.
Adding a column to can never decrease its rank.
True. The old columns are still present, so their span is still reachable; a new column can only add a direction or be redundant — never remove a dimension already there.
The nullity equals the number of zero rows in the RREF.
False. Zero rows count dependent rows (this is , not ); nullity counts free columns . These coincide only by accident when .
If every column of is a pivot column, the map is injective.
True. Full column rank means no free variables, so forces ; distinct inputs give distinct outputs.
and are subspaces of the same space.
False in general. (outputs) and (inputs); they only live in the same space when , and even then they need not overlap.
If (full row rank), then is solvable for every .
True. Full row rank means fills all of , so every output is reachable — the map is surjective.
Two different matrices can have exactly the same null space and the same column space.
True. E.g. and have identical column and null spaces; scaling never changes which directions are reachable or crushed.
Spot the error
Each item states a piece of reasoning. Find the flaw.
" is with rank , so nullity ."
Wrong sign and wrong subtraction: nullity , always (columns) minus rank, never . Nullity can never be negative.
"To get a Col(A) basis I row-reduced and took the pivot columns of the RREF."
The positions are right but the vectors are wrong. Take those pivot columns from the original ; the RREF columns no longer point in the correct output directions.
" has only the trivial solution, so is invertible."
Only valid if is square. Trivial kernel gives injectivity (); invertibility additionally needs , i.e. a square matrix of full rank.
"There are free variables, so I write special solutions, then a th for the pivot variable."
Pivot variables never get their own special solution — they are determined by the free ones. The number of basis vectors equals the number of free variables exactly, here .
"The columns of are dependent, so the null space is all of ."
Dependence only guarantees at least one free variable, so ; it equals only if is the zero matrix (every column free).
" is not a column of , so has no solution."
need not be a literal column — it must lie in the span of the columns, i.e. in . A combination of columns can reach even if isn't one of them. See Solving Ax=b.
"Row rank and column rank might differ, so I'll compute both to be safe."
They are always equal — that single number is the rank. This is a theorem (Rank of a matrix), not a coincidence, so one computation suffices.
Why questions
Why do we read Col(A) from the original matrix but Null(A) from the reduced one?
Row operations preserve the solution set of (so the null space is unchanged and safe to read from RREF), but they distort column entries (so Col must come from the untouched original). Different spaces, different rules.
Why must equal and not ?
It's a count of columns: each of the columns is either a pivot (counted in rank) or free (counted in nullity), so the two dimensions partition the inputs. See Rank–Nullity Theorem.
Why does a free variable produce exactly one basis vector for the null space?
Setting that free variable to and all other free variables to pins down every pivot variable uniquely, giving one specific solution; doing this per free variable yields independent vectors that span all solutions.
Why can the column space never be "curved" or shifted off the origin?
Because (so it contains the origin) and (closed under combinations); linearity forces a flat sheet through — a subspace, never an affine or bent surface.
Why does full column rank () make the map injective but not necessarily surjective?
kills the null space (injective), but if the column space is an -dimensional slab inside a bigger , so most outputs are unreachable (not surjective).
Why is knowing pivot positions enough to name the independent columns, even though RREF changed the values?
The dependence relations among columns are exactly the vectors in the null space, and the null space is unchanged by row reduction — so RREF reports the same independence pattern the original columns had.
Edge cases
The zero matrix : what are its column space, null space, rank, nullity?
with , so rank ; (everything is crushed) with nullity . Check: . ✓
A single column matrix that is nonzero: describe both spaces.
is the line spanned by that one column (dim , rank ); since is a single scalar and forces (nullity ).
A wide matrix with more columns than rows (): can its null space ever be trivial?
No. Rank is at most , so nullity ; there is always at least one free variable, hence a nonzero vector in the kernel.
A matrix whose only nonzero entries are on the diagonal, one of them zero (e.g. ): what's the nullity?
Nullity — the second column is a zero column (free variable ), giving the special solution ; the other two diagonal entries are pivots, so rank .
is square with : state Col, Null, rank, nullity in one breath.
(surjective), (injective), rank , nullity — the map is a bijection, i.e. invertible.
If , how many solutions does have, and how does that relate to the null space?
Exactly the null space itself is the full solution set — the particular solution can be taken as , so all solutions are . If nullity there are infinitely many; if nullity , only .
Connections
- Rank of a matrix — the single number both bases hinge on.
- Rank–Nullity Theorem — the counting identity every trap here tests.
- Row reduction & RREF — why positions transfer but values don't.
- Linear independence and basis — pivots independent columns.
- Injective and surjective linear maps — trivial kernel vs full row rank.
- Four fundamental subspaces — where each space lives.
- Solving Ax=b — solvability lives in the column space.
#flashcards/maths