Review exercise 2.3. State whether each of the following is true or false. If false, provide a counterexample.
i) If a subspace is spanned by a set of
vectors
through
then the dimension of
is
.
ii) If and
are two subspaces of a vector space
then the intersection of
and
is nonempty.
iii) For any matrix if
then we have
.
iv) For any matrix if
is reduced to echelon form then the rows of the resulting matrix
form a unique basis for the row space of
.
v) If is a square matrix and the columns of
are linearly independent then the columns of
are also linearly independent.
Answer: i) The statement is false. The dimension of is the number of vectors in its basis, and the basis vectors have to be linearly independent. However it is possible that some of the vectors in the spanning set may be linear combinations of other vectors in the set; in that case
would be larger than the number of basis vectors, and thus larger than the dimension of
. For example, the vectors
,
, and
span
but the dimension of
is 2, not 3.
ii) The statement is true. Every vector space contains the zero vector. Since
and
are subspaces they are also vector spaces in their own right, and therefore both contain the zero vector also. So the intersection of
and
is guaranteed to contain (at least) the zero vector and thus will always be nonempty.
iii) The statement is false. The matrix could be the zero matrix, in which case we would have
no matter what values
and
had.
iv) The statement is false. The row space of is the same as the row space of
(since the rows of
are linear combinations of the rows of
) and the (nonzero) rows of
do form a basis for
. However this basis is not unique.
For example, suppose that
Then can be reduced to echelon form as
The vectors and
form a basis for the row space of
but this basis is not unique. For example, the original rows
and
are also linearly independent and form a basis for the row space of
.
v) The statement is true. If the columns of are linearly independent then
is nonsingular and has an inverse
. (See the discussion on page 98.) We then have
and also
So is both a left and right inverse for
and we see that
is invertible with
. But if
is invertible then it is nonsingular and its columns are linearly independent.
UPDATE: Corrected a typo in the answer to (iv) (a reference to should have been a reference to
).
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
.