Skip to main content
Logo image

Section 3.3 Exercises (with solutions)

Exercises Exercises

1.

Let A∈Mn(R) which is invertible. Show that the columns of A form a basis for Rn.
Solution.
Since A is invertible, we know that we can find its inverse by row reducing the augmented matrix
[A|In]↦[In|Aβˆ’1].
In particular, this says that the RREF form of A is In.
One way to finish is that the information above says that Ax=0 has only the trivial solution, which means by Observation 1.3.2 that the n columns of A are linearly independent. Since there are n=dim⁑Rn of them, by Theorem 3.1.6, they must be a basis.
Another approach is that the linear map T:Rnβ†’Rn given by T(x)=Ax is an isomorphism with the inverse map being given x↦Aβˆ’1x. In particular, T is surjective and its image is the column space of A. That means that the n columns of A span all of Rn, and hence must be a basis again by Theorem 3.1.6.

2.

Consider the vector space M2(R) of all 2Γ—2 matrices with real entries. Let’s consider a number of subspaces and their bases. Let E={E11,E12,E21,E22}={[1000],[0100],[0010],[0001]} be the standard basis for M2(R).
(a)
Define a map T:M2(R)β†’R by
T([abcd])=a+d.
The quantity a+d (the sum of the diagonal entries) is called the trace of the matrix. You may assume that T is a linear map. Find a basis for its kernel, K.
Solution.
It is easy to see that T is a surjective map, so by the rank-nullity theorem, dim⁑K=3. Extracting from the standard basis, we see that E12,E21∈K so are part of a basis for K. We just need to add one more matrix which is not in the span of the two chosen basis vectors.
Certainly, the matrix must have the form [abcβˆ’a], and we need aβ‰ 0, otherwise our matrix is in the span of the other two vectors. But once we realize that, we may as well assume that b=c=0, so that [100βˆ’1] is a nice choice, and since it is not in the span of the other two, adding it still gives us an independent set.
(b)
Now let’s consider the subspace S consisting of all symmetric matrices, those for which AT=A. It should be clear this is a proper subspace, but what is its dimension. Actually finding a basis helps answer that question.
Hint.
If you don’t like the β€œbrute force” force of the tack of the solution, you could take the high road and consider the space of skew-symmetric matrices, those for which AT=βˆ’A. It is pretty easy to determine its dimension and then you can use the fact that every matrix can be written as the sum of symmetric and skew-symmetric matrix to tell you the dimension of S.
A=12(A+AT)+12(Aβˆ’AT).
Solution.
Once again, it is clear that some elements of the standard basis are in S, like E11,E22. Since it is a proper subspace, its dimension is either 2 or 3, and a few moments thought convinces you that
[0110]=E12+E21
is symmetric, not in the span of the other two, so forms an independent set in S. So dim⁑S=3, this must be a basis for S.
(c)
Now K∩S is also a subspace of M2(R). Can we find its dimension.
Solution.
Once again, it is useful to know the dimension of the space. Certainly it is at most 3, but then not every symmetric matrix has zero trace, so it is at most two. Staring at the bases for each of S and K separately, we see that both
[0110] and [100βˆ’1]
are in the intersection and are clearly linearly independent, so they must be a basis.
(d)
Extend the basis you found for K∩S to bases for S and for K.
Solution.
Since dim⁑(K∩S)=2, we need only find one matrix not in their span to give a basis for either K or S. For K, we could choose E12, and for S we could choose E11. Knowing the dimension is clearly a powerful tool since it tells you when you are done.