Review exercise 2.11. a) Given the following matrix
find its rank and a basis for the nullspace.
b) Are the first three rows of a basis for the row space of
? Are the first, third, and sixth columns of
a basis for the column space of
? Are the four rows of
a basis for the row space of
?
c) Find the largest set of linearly independent vectors that are a solution for
.
d) In doing elimination on what value is used to multiply the third row before subtracting it from the fourth row?
Answer: a) The rank of is the same as the rank of
. Since
has pivots in three columns (1, 3, and 6) the rank of
and thus of
is
.
We now find the nullspace of . Since
has pivots in columns 1, 3, and 6 the variables
,
, and
are basic variables and
,
, and
are free variables.
If we set and
then from the third row of
we have
. From the second row of
we have
or
. Finally, from the first row of
we have
or
. So one solution to
is
.
Next we set and
. From the third row of
we again have
. From the second row of
we have
or
. Finally, from the first row of
we have
or
. So a second solution to
is
.
Finally we set and
. From the third row of
we again have
. From the second row of
we have
or
. Finally, from the first row of
we have
or
. So a third solution to
is
.
We thus have three solutions to that together form a basis for the nullspace of
:
b) The three questions in (b) above are true or false as follows:
True: The rows of are created by multiplying rows of
by scalars and subtracting them from other rows, and hence the rows of
are linear combination of rows of
. The space spanned by the rows of
(the row space of
) is therefore the same as the space spanned by the rows of
(the row space of
). The first three rows of
are linearly independent and the dimension of the row space of
is 3 (the rank of
). The first three rows of
therefore serve as a basis for the row space of
, and thus for the row space of
as well.
False: Columns 1, 3, and 6 of are linearly independent and serve as a basis for the column space of
; however the column space of
is not the same as the column space of
and thus the basis for
is not a basis for
. (The corresponding columns 1, 3, and 6 of
do form a basis for the column space of
.)
False: The rank of is 3; this is the dimension of its column space and its row space. The four rows of
are not linearly independent (otherwise the rank of
would be 4, not 3) and thus cannot be a basis.
c) If for some
then
is in the column space of
. From the form of
we know that columns 1, 3, and 6 of
are linearly independent and form a basis for the column space of
.
We have
So the following are linearly independent vectors such that there exist solutions to
:
where ,
, and
are nonzero.
d) The multipliers used in elimination to reduce to the echelon form
are in the matrix
. In particular the value multiplying the third row prior to subtracting from the fourth row is
.
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
.