Worksheet Chapter 4
Worksheet Chapter 4
1. Make sure you can explain exactly why this is a vector space. What is its dimension? Pick
an explicit basis B for R2×2 . Chose wisely as you will be writing coordinates in your basis!
Solution note: The dimension is 4. A nice basis is (E11 , E12 , E21 , E22 ), consisting of
the 2 × 2 matrices whose entries are all zero except for a 1 in the subscripted position.
3. The trace of a square matrix is the sum of the diagonal elements. Prove that the map
T : R2×2 → R A 7→ trace(A)
4. Prove that the set sl2 (R) of 2 × 2 matrices of trace zero is a subspace of R2×2 and find its
dimension.
Solution note: This is the kernel of the trace map. The kernel of any linear transfor-
mation is a subspace. Using rank-nullity, we see that the dimension of the image is
1, so the kernel has dimension 3.
R2×2 → R4 A 7→ [A]B .
Is this an isomorphism?
a
a b b
Solution note: 7→
c . It is most definitely an isomorphism: it is the coordi-
c d
d
nate isomorphism!
2 0 0 −1 0 0 0 0
8. Now lets look at another basis, say A = , , , . Make sure
0 0 0 0 1 1 1 −1
you can explain why this is a basis. Find a formula for map
R2×2 → R4 A 7→ [A]A .
T : R2×2 → R2×2 A 7→ AT
0 0 1 −1
1. Make sure you can explain why this is a vector space. What is its dimension? Make sure
explain why the set P3 of polynomials of degree 3 or less is a subspace of dimension 4. Choose
a basis B for P3 . Pick a nice simple one as you will be computing with it!
Solution note: Yes, these are the polynomials of degree three that can be factored
(x − 1)g. Clearly this set contains 0, is closed under addition (since (x − 1)g1 + (x −
1)g2 = (x − 1)(g1 + g2 )), and is closed under scalar multiplication (since k(x − 1)g =
(x − 1)(kg).) Similarly, the set of polynomials divisible by (x − 1)2 is a subspace. The
elements (x − 1), (x − 1)x, (x − 1)x2 are linearly independent elements of W .
ε : P3 → R; f (x) 7→ f (1)
4. What is the dimension of the kernel of ε? Can you find a basis for this kernel? [Hint: How
does this relate to your subspace in (2)]?
Solution note: Its kernel is the space W above. By rank nullity the dimension is 3,
so the ((x − 1), (x − 1)x, (x − 1)x2 ) is a basis.
5. Prove that the map
d2 f df
T : P3 → P3 f (x) 7→ x 2
−
dx dx
is a linear transformation.
2 (f +g) 2 2 2
Solution note: Since x d dx2
− d(fdx+g) = x ddxf2 − dx
df d g
+ x dx dg d (kf )
2 − dx and x dx2 − d(kf
dx =
)
2
k(x ddxf2 − df
dx ), the map is linear.
6. Find the matrix of the linear transformation T on P3 with respect to your basis B. Use this
B-matrix to compute the dimensions of the kernel and image of T .
0 −1 0 0
0 0 0 0
Solution note: The B-matrix is 0 0 0 3. The rank is 2, so the image of the
0 0 0 0
map has dimension 2. The kernel has dimension 2 by rank-nullity.
7. Now use your B-matrix to find a basis for the kernel and image. Be sure to express your
answer again as polynomials (not just coordinates). Confirm by direct computation as well
that your purported basis elements are really in the kernel (by applying T and checking you
get 0).
Solution note: The image has basis (x, x3 ). The kernel has basis (1, x2 ).
9. Explain why [T ]A and [T ]B are similar matrices. Find an S that witnesses their similarity.
Hint: There is a change of basis matrix SB→A and a change of basis matrix SA→B which
might both be relevant. One is much easier to write down directly. Why? What is the
relation between them?
φ
C. One reason to chose a non-standard
basis: Consider the map R2 −→ R2 given by left
0 1
multiplication by A = .
−2 −3
2. Let B = {~v1 , ~v2 } where ~v1 = [1 − 1]T and ~v2 = [1 − 2]T . Compute B = [φ]B .
3. Compute B 100 .
6. For what sorts of computations or problems might the basis B be superior to the standard?
[Note: a basis in which the matrix of T becomes diagonal is called an eigenbasis for T . Not
every transformation has an eigenbasis.]
7. Explain why the transformation “rotation though π/7” of R2 can not have an eigenbasis.