0% found this document useful (0 votes)
3 views

Worksheet Chapter 4

Uploaded by

mani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Worksheet Chapter 4

Uploaded by

mani
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Vector Spaces and their Transformations.

(c)2015 UM Math Dept


licensed under a Creative Commons
By-NC-SA 4.0 International License.

Modelling Vector Spaces on Coordinate Space.

A. Matrices: Let R2×2 be the vector space of 2 × 2 matrices.

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.

2. Find an example of subspace of R2×2 of dimension 1. Find a subspace containing it of


dimension 2. Is the set of diagonal matrices a subspace? What about upper triangular
matrices?
Solution note: The set of matrices with zeros everywhere except the top left corner
is a subspace of dimension 1. The set of diagonal matrices is a subspace containing
it of dimension 2. The upper triangular matrices are a subspace of dimension 3.

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)

is a linear transformation. Is it surjective? is it injective?


   0 0
a b a b
Solution note: T is linear because T ( + 0 ) = (a + a0 ) + (d + d0 ) =
c d c d0
   0 0    
a b a b a b ka kb
T( ) + T( 0 ) and T (k ) = T( ) = ka + kd = k(a + d) =
c d c d0 c d kc kd
   
a b a 0
kT ( ). This is surjective, since T ( ) = a can be any real number. It is
c d 0 0
 
1 0
not injective, since is a non-zero element in the kernel.
0 −1

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.

5. Find a basis for sl2 (R).


     
1 0 0 1 0 0
Solution note: One basis is ( , , ).
0 −1 0 0 1 0
6. Is the determinant map R2×2 → R A 7→ det(A) a linear transformation? Prove your
answer.
Solution note: No! For example, det(2I2 ) 6= 2 det I2 .

7. Using your basis B for R2×2 , find a formula for map

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 .

Is this an isomorphism? Which basis do you prefer, A or B. Why?


 
  a/2
a b  −b 
Solution note: 7→ 
(c + d)/2 . It is most definitely an isomorphism: every

c d
(c − d)/2
basis gives a coordinate isomorphism!

9. Prove that the transpose map

T : R2×2 → R2×2 A 7→ AT

is a linear transformation. Is this an isomorphism?

Solution note: It is easy to check that (A + B)T = AT + B T and kAT = (kA)T . It is


clearly an isomorphism since it is invertible, as it is its own inverse.

10. Find the matrix of the transpose map T in the basis B.


 
1 0 0 0
0 0 1 0
Solution note: [T ]B = 
0 1 0

0
0 0 0 1
11. Find the matrix of the transpose map T in the basis A. Is this easier or harder than B?
Why?
 
1/2 0 0 0
 0 0 −1 −1 
Solution note: [T ]A = 
 0 −1/2 1/2 −1/2

0 −1/2 −1/2 1/2

12. Find a matrix S such that [T ]A = S −1 [T ]B S.


 
2 0 0 0
0 −1 0 0 
Solution note: This is SA→B =  0 0 1 1 

0 0 1 −1

B. Polynomials: Let R[x] be the set of all polynomials (over R).

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: (1, x, x2 , x3 )

2. Is the subset W of P3 of polynomials divisible by (x − 1) a subspace? What about the set of


polynomials divisible by (x − 1)2 ? Find at least three linearly independent elements of W .

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 .

3. Prove that the “evaluation at 1” map

ε : P3 → R; f (x) 7→ f (1)

is a linear transformation. Is it surjective? Injective?


Solution note: It is surjective but not injective, since the kernel is the subspace of
polynomials divisble by (x − 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 ).

8. Let A be the basis {x − 1, x + 1, x2 + 2, x3 }. Find the A-matrix of T .

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

1. How long do you think it would take you to compute A100 ?

2. Let B = {~v1 , ~v2 } where ~v1 = [1 − 1]T and ~v2 = [1 − 2]T . Compute B = [φ]B .

3. Compute B 100 .

4. Write a matrix equation expressing the relationship between A and B.

5. Use (4) to compute A100 .

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.

You might also like