Exercise 2.4.19. For the following matrix
find a basis for each of the four associated subspaces.
Answer: Per the above equation the matrix on the left side can be factored into a lower triangular matrix
with unit diagonal and an upper triangular matrix
.
The matrix is what is obtained from
through the process of Gaussian elimination (with the matrix
containing the multipliers). The row space of
is therefore the same as the row space of
. The two nonzero rows of
are a basis for the row space .
The matrix has pivots in the second and fourth columns; those columns are linearly independent and form a basis for the column space
. The corresponding second and fourth columns of
are also linearly independent and form a basis for the column space .
The nullspace of is the same as the nullspace of
, which contains all solutions to
Since has pivots in the second and fourth columns the variables
and
are basic variables with the others being free variables. From the second row above we have
or
. Substituting into the first row we have
or .
Setting each of the free variables to 1 in turn and the others to zero, a solution for and thus
is
The vectors
are thus a basis for the nullspace .
Finally we consider the left nullspace of . Since
has two pivots the rank of
and therefore
is
. The dimension of
is therefore
.
Since we have
. The last row of
is a basis for the (1-dimensional) left nullspace
consisting of those
such that
or
. However we do not need to compute
.
Instead to find a suitable we can find the coefficients that make the rows of
combine to form the zero row of
. Gaussian elimination on
proceeds by subtracting the first row of
from the second row:
and then subtracting the second row of the resulting matrix from the third row:
The zero row in therefore is composed of 1 times the first row of
plus -1 times the second row of
plus 1 times the third row of
. The vector
is therefore a basis for the left nullspace .
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
.