Review exercise 2.33. Consider the following factorization:
a) What is the rank of ?
b) Find a basis for the row space of .
c) Are rows 1, 2, and 3 of linearly independent: true or false?
d) Find a basis for the column space of .
e) What is the dimension of the left nullspace of ?
f) Find the general solution to .
Answer: a) The echelon matrix has three pivots (in columns 1, 3, and 5) and thus has rank
. The rank of
is the same as the rank of
, namely
.
b) The row space of is the same as the row space of
. The first three rows of
are linearly independent and thus can serve as a basis for the row space of
and thus the row space of
:
c) Rows 1 and 2 of are clearly linearly independent. If row 3 is a linear combination of rows 1 and 2 then the coefficient for row 2 must be 2 since row 1 has a zero in the first two columns and cannot contribute to those entries. If we take 2 times row 2 and then add row 1 (i.e., using 1 as the coefficient for row 1) we have
The result is equal to row 3, so row 3 is a linear combination of rows 1 and 2. The three rows are not linearly independent.
d) As noted above, the echelon matrix has pivots in columns 1, 3, and 5, so those three columns are linearly independent. The corresponding columns of
are then also linearly independent and form a basis for the column space of
:
e) The rank of is
so the dimension of the left nullspace of
is
.
f) The general solution is the same as the general solution to
. From the echelon matrix
we see that
,
and
are basic variables and that
and
are free variables.
We first set and
. From row 3 of
we have
. From row 2 we have
or
. From row 1 we have
or . So one solution is
.
We next set and
. From row 3 of
we have
. From row 2 we have
or
. From row 1 we have
or . So a second solution is
.
We have two solutions to and thus to
. The general solution is then
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
.