F13 341 Book Sec 8-4
F13 341 Book Sec 8-4
Performance Criteria:
8. (e) Determine whether a vector is in the column space or null space of a matrix,
based only on the definitions of those spaces.
In this section we will define two important subspace associated with a matrix A, its column space and its
null space.
3 −2
⋄ Example 8.4(a): Determine whether u = 3 and v = 5 are in the column space of A =
8 1
2 5 1
−1 −7 −5 .
3 4 −2
Therefore we can find scalars c1 , c2 and c3 for which (1) holds when b = u, but not when b = v. From this
we deduce that u is in col(A), but v is not. ♠
Recall that the system Ax = b of m linear equations in n unknowns can be written in linear combination
form:
a11 a12 a1n b1
a21 a22 a2n b2
x1 . + x2 . + · · · + xn . = .
.. .. .. ..
am1 am2 amn bn
Note that the left side of this equation is simply a linear combination of the columns of A, with the scalars being
the components of x. The system will have a solution if, and only if, b can be written as a linear combination of
the columns of A. Stated another way, we have the following:
Theorem 8.4.2: A system Ax = b has a solution (meaning at least one solution) if,
and only if, b is in the column space of A.
115
Let’s consider now only the case where m = n, so we have n linear equations in n unknowns. We have the
following facts:
• If col(A) is all of Rn , then Ax = b will have a solution for any vector b. What’s more, the solution will
be unique.
• If col(A) is a proper subspace of Rn (that is, it is not all of Rn ), then the equation Ax = b will have a
solution if, and only if, b is in col(A). If b is in col(A) the system will have infinitely many solutions.
Next we define the null space of a matrix.
1 2 2 5 1
⋄ Example 8.4(b): Determine whether u = 0 and v = −1 are in the null space of A = −1 −7 −5 .
4 1 3 4 −2
A vector x is in the null space of a matrix A if Ax = 0. We see that
2 5 1 1 6 2 5 1 2 0
Au = −1 −7 −5 0 = −21 and Av = −1 −7 −5 −1 = 0
3 4 −2 4 11 3 4 −2 1 0
so v is in the null(A) and u is not. ♠
Still considering only the case where m = n, we have the following fact about the null space:
• If null(A) is just the zero vector, A is invertible and Ax = b has a unique solution for any vector b.
We conclude by pointing out the important fact that for an m × n matrix A, the null space of A is a subspace
of Rn and the column space of A is a subspace of .
116