Exercise 2.3.14. Suppose we have the following matrix
How can you extend the rows of to create a basis for
? How can you reduce the columns of
to create a basis for
?
Answer: As defined is in echelon form but has only two pivots, in the first and third columns. We can add another row to
to provide a pivot for the second column:
Since is in echelon form and has pivots in every column, the columns are linearly independent. Since
also has pivots in every row the rows are also linearly independent. (See exercise 2.3.5.) The three rows also span
with any vector
in
expressible as
Since the three rows of are linearly independent and span
they form a basis for
.
Turning to the columns of , since
has three columns but only two pivots (in the first and third columns) the three columns must be linearly dependent, and in fact the second column is twice the first. We can therefore remove the second column to form the following 2 by 2 matrix:
Since is in echelon form and has pivots in all columns the columns are linearly independent. They also span
with any vector
expressible as
Since the two columns of are linearly independent and span
they form a basis for
.
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
.