Exercise 2.4.4. For the matrix
describe each of its four associated subspaces.
Answer: We first consider the column space . The matrix
has two pivots (in the second and third columns) and therefore rank
; this is the dimension of
. The pivot columns
serve as a basis for . The column space is the x-y plane in
.
The row space also has dimension
. The two nonzero rows of
, the vectors
form a basis for . The row space is the y-z plane in
.
We now turn to the nullspace consisting of the solutions to
. Since the pivots of
are in the second and third columns we have
and
as basic variables and
as the free variable. For
we must have
From the second row of the above system we have and from the first row we have
. Setting the free variable
to 1 gives us
as a solution to and a basis for the null space of
. The null space is the x-axis in
.
Finally we turn to the left nullspace consisting of all solutions to
or
. In general we can find the left nullspace by looking at the operations on the rows of
needed to produce zero rows in the echelon matrix produced by Gaussian elimination.
In this case is already in echelon form, with the third row already zero. In terms of the elimination process this corresponds to taking the third row of
as is, with no contributions from the first and second rows; the coefficients for this operation are thus 0 (for the first row), 0 (for the second row), and 1 (for the third). The vector
is therefore a basis for the left nullspace (which has dimension 1). We can test this by multiplying
on the left by the transpose of this vector:
We can also compute the left nullspace by solving the system
or
Since the pivots of are in the first and second columns we have
and
as basic variables and
as the free variable. From the second row of the above system we have
and from the third row we have
. Setting the free variable
then gives us the vector
as a basis for the left nullspace of . The left nullspace is the z-axis in
.
Note that the column space (the x-y plane) is perpendicular to the left nullspace
(the z-axis), while the row space
(the y-z plane) is perpendicular to the nullspace
(the x-axis). This is a foreshadowing of the discussion in section 3.1 on orthogonal subspaces.
NOTE: This continues a series of posts containing worked out exercises from the (out of print) book Linear Algebra and Its Applications, Third Edition by Gilbert Strang.
If you find these posts useful I encourage you to also check out the more current Linear Algebra and Its Applications, Fourth Edition, Dr Strang’s introductory textbook Introduction to Linear Algebra, Fourth Edition
and the accompanying free online course, and Dr Strang’s other books
.