- Problem 2
Decide if the vector is in the row space of the matrix.
,
,
- Answer
- Yes. To see if there are
and
such that
we solve
and
. Thus the vector is in the row space.
- No. The equation
has no solution.
- Problem 3
Decide if the vector is in the column space.
,
,
- Answer
- No. To see if there are
such that
- Yes. From this relationship
- Problem 4
Find a basis for the row space of this matrix.
- Answer
A routine Gaussian reduction
suggests this basis
.
Another, perhaps more convenient procedure, is to swap rows first,
leading to the basis
.
- Problem 5
Find the rank of each matrix.
- Answer
- This reduction
- Inspection of the columns shows that that the others are multiples of the first (inspection of the rows shows the same thing). Thus the rank is one. Alternatively, the reduction
- This calculation
- The rank is zero.
- Problem 6
Find a basis for the span of each set.
- Answer
- This reduction
.
- Transposing and reducing
- Notice first that the surrounding space is given as
, not
. Then, taking the first polynomial
to be "the same" as the row vector
, etc., leads to
.
- Here "the same" gives
- Problem 7
Which matrices have rank zero? Rank one?
- Answer
Only the zero matrices have rank of zero. The only matrices of rank one have the form
where
- Problem 8
Given
, what choice of
will cause this matrix to have the rank of one?
- Answer
If
then a choice of
will make the second row be a multiple of the first, specifically,
times the first. If
and
then any non-
choice for
will ensure that the second row is nonzero. If
and
and
then any choice for
will do, since the matrix will automatically have rank one (even with the choice of
). Finally, if
and
and
then no choice for
will suffice because the matrix is sure to have rank two.
- Problem 9
Find the column rank of this matrix.
- Answer
The column rank is two. One way to see this is by inspection— the column space consists of two-tall columns and so can have a dimension of at least two, and we can easily find two columns that together form a linearly independent set (the fourth and fifth columns, for instance). Another way to see this is to recall that the column rank equals the row rank, and to perform Gauss' method, which leaves two nonzero rows.
- Problem 10
Show that a linear system with at least one solution has at most one solution if and only if the matrix of coefficients has rank equal to the number of its columns.
- Answer
We apply Theorem 3.13. The number of columns of a matrix of coefficients
of a linear system equals the number
of unknowns. A linear system with at least one solution has at most one solution if and only if the space of solutions of the associated homogeneous system has dimension zero (recall: in the "
" equation
, provided that such a
exists, the solution
is unique if and only if the vector
is unique, namely
). But that means, by the theorem, that
.
- Problem 11
If a matrix is
, which set must be dependent, its set of rows or its set of columns?
- Answer
The set of columns must be dependent because the rank of the matrix is at most five while there are nine columns.
- Problem 12
Give an example to show that, despite that they have the same dimension, the row space and column space of a matrix need not be equal. Are they ever equal?
- Answer
There is little danger of their being equal since the row space is a set of row vectors while the column space is a set of columns (unless the matrix is
, in which case the two spaces must be equal).
Remark. Consider
and note that the row space is the set of all multiples of
while the column space consists of multiples of
so we also cannot argue that the two spaces must be simply transposes of each other.
- Problem 13
Show that the set
does not have the same span as
. What, by the way, is the vector space?
- Answer
First, the vector space is the set of four-tuples of real numbers, under the natural operations. Although this is not the set of four-wide row vectors, the difference is slight— it is "the same" as that set. So we will treat the four-tuples like four-wide vectors.
With that, one way to see that
is not in the span of the first set is to note that this reduction
and this one
yield matrices differing in rank. This means that addition of
to the set of the first three four-tuples increases the rank, and hence the span, of that set. Therefore
is not already in the span.
- Problem 14
Show that this set of column vectors
is a subspace of
. Find a basis.
- Answer
It is a subspace because it is the column space of the matrix
of coefficients. To find a basis for the column space,
we take the three vectors from the spanning set, transpose, reduce,
and transpose back to get this.
- Problem 15
Show that the transpose operation is linear:
for
and
.
- Answer
This can be done as a straightforward calculation.
- Problem 16
In this subsection we have shown that Gaussian reduction finds a basis for the row space.
- Show that this basis is not unique— different reductions may yield different bases.
- Produce matrices with equal row spaces but unequal numbers of rows.
- Prove that two matrices have equal row spaces if and only if after Gauss-Jordan reduction they have the same nonzero rows.
- Answer
- These reductions give different bases.
- An easy example is this.
- Assume that
and
are matrices with equal row spaces. Construct a matrix
with the rows of
above the rows of
, and another matrix
with the rows of
above the rows of
.
and
are row-equivalent (via a sequence of row-swaps) and so Gauss-Jordan reduce to the same reduced echelon form matrix. Because the row spaces are equal, the rows of
are linear combinations of the rows of
so Gauss-Jordan reduction on
simply turns the rows of
to zero rows and thus the nonzero rows of
are just the nonzero rows obtained by Gauss-Jordan reducing
. The same can be said for the matrix
— Gauss-Jordan reduction on
gives the same non-zero rows as are produced by reduction on
alone. Therefore,
yields the same nonzero rows as
, which yields the same nonzero rows as
, which yields the same nonzero rows as
.
- Problem 17
Why is there not a problem with Remark 3.14 in the case that
is bigger than
?
- Answer
It cannot be bigger.
- Problem 18
Show that the row rank of an
matrix is at most
. Is there a better bound?
- Answer
The number of rows in a maximal linearly independent set cannot exceed the number of rows. A better bound (the bound that is, in general, the best possible) is the minimum of
and
, because the row rank equals the column rank.
- Problem 19
Show that the rank of a matrix equals the rank of its transpose.
- Answer
Because the rows of a matrix
are turned into the columns of
the dimension of the row space of
equals the dimension of the column space of
. But the dimension of the row space of
is the rank of
and the dimension of the column space of
is the rank of
. Thus the two ranks are equal.
- Problem 20
True or false: the column space of a matrix equals the row space of its transpose.
- Answer
False. The first is a set of columns while the second is a set of rows.
This example, however,
indicates that as soon as we have a formal meaning for "the same", we can apply it here:
while
are "the same" as each other.