Assignment 2
Assignment 2
Notations
• R(T) = Im(T) denotes the image of a linear transformation T .
• null(T) = n(T) denotes the nullity of a linear map T, and rank(T) = r(T) denotes the rank
of a linear map T.
• Given v ∈ V, let [v]B denote the coordinate vector of v with respect to the basis B, and
[T(v)]E denote the coordinate vector of T(v) with respect to the basis E
• [T]B2,B1 = MB1 B2 (T) denotes the matrix represenation of a linear map T with respect to the
bases B1 and B2 .
1
(b) T is onto implies dim (W) ≤ dim (V).
(c) T is one-one implies dim (V) ≤ dim (W).
(d) dim (V) > dim (W) implies T is not one-one.
(e) dim (V) < dim (W) implies T is not onto.
9. Give an example for each of the following:
(a) A linear transformation T : R2 → R2 with N(T) = R(T).
(b) Linear transformations S , T with N(S) = N(T) and R(S) = R(T).
Ans: (a) T(a, b) = (a − b, a − b) (b) S(a, b) = (a, b), T(a, b) = (b, a).
10. Is V := {A ∈ Fn×n : tr(A) = 0} a vector space? Ans: Yes.
11. Show that the map T : Fn×n → F defined by T(A) = tr(A) is a linear map. Show that T is
an onto map. Also, find null(T). Ans: null(T) = dim F (V) = n2 − 1.
0 1
12. Construct a matrix A ∈ R with tr(A ) < 0. Ans: A =
2×2 2 .
−1 0
13. Let {v1, . . ., vn } be an ordered basis of a vector space V . Prove that the linear transformation
T : V → Fn given by T(α1 v1 + · · · + αn vn ) = (α1, . . ., αn ) is an isomorphism.
14. Define T : R2 → R3 by T(a, b) = (a − b, a, 2a − b). Let B be the standard basis of R2 . Take
C = {(1, 2), (2, 3)} and D = {(1, 1, 0), (0, 1, 1), (2, 2, 3)} as ordered bases for R3 . Compute
[T]D,B and [T]D,C .
−1/3 1/3 1/3 1/3
Ans: [T]D,B = 0 1 ; [T]D,C = 2 3 .
2/3 −2/3 −2/3 −2/3
15. Define T : R → R by T(a, b, c) = (b + c, c + a, a + b). Determine [T]E,B where
3 3
(a) B = {(1, 0, 0), (0, 0, 1), (0, 1, 0)}, E = {(0, 0, 1), (1, 0, 0), (0, 1, 0)}.
(b) B = {(1, 1, −1), (−1, 1, 1), (1, −1, 1)}, E = {(−1, 1, 1), (1, −1, 1), (1, 1, −1)}.
1 0 1 1 0 1
Ans: (a) 0 1 1 . (b) 1 1 0 .
1 1 0 0 1 1
16. Let T : F2 [t] → F3 [t] be given by T(p(t)) = t p(t). Consider the ordered bases
B = {1 + t, 1 − t, t 2 } for F2 [t] and E = {1, 1 + t, 1 + t + t 2, t 3 } for F3 [t].
Find the matrix [T]E,B .
−1 −1 0
0 2 0
Ans: .
1 −1 0
0 0 1
17. Construct matrices A, B ∈ Fn×n so that tr(AB) , tr(A)tr(B). Ans: A = I = B.
18. For R3×1, consider the ordered bases O = {[1, 0, 1]t, [1, 1, 0]t, [0, 1, 1]t } and
N = {[1, −1, 1]t, [1, 1, −1]t, [−1, 1, 1]t }. Let T be the linear operator on R3×1 whose matrix
1 1 1
representation with respect to the standard basis of R is given by the matrix −1 0 1 .
3×1
0 1 0
2
1 1
Find the matrix [T]N,O and verify that T 2 = [T]N,O 2 .
3 3
N O
2 3 3
Ans: [T]N,O = 21 2 1 3 .
0 0 2