Recitation11 Sol
Recitation11 Sol
and
T 2 (cu) = T (T (cu)) = T (cT (u)) = cT (T (u)) = cT 2 (u).
Therefore, T 2 is a linear transformation.
2. Which of the following transformations is not linear? Justify your answer. The input
vector is v = (v1 , v2 ).
1
Math 140 sections 8.1−8.2
and
T (cu) = (cv1 , 2cv2 , 3cv3 ) = c(v1 , 2v2 , 3v3 ) = cT (u).
(c) T (v1 , v2 , v3 ) = v1 + v2 + v3 .
Solution: T is linear. For u = (u1 , u2 ), v = (v1 , v2 ) and c ∈ R,
T (u + v) = u1 + v1 + u2 + v2 + u3 + v3
= (u1 + u2 + u3 ) + (v1 + v2 + v3 )
= T (u) + T (v).
2
Math 140 sections 8.1−8.2
4. Suppose a linear T transforms (1, 1) to (2, 2) and (2, 0) to (0, 0). Find T (v) when
(a) v = (2, 2)
a b
Solution: The 2 × 2 matrix [T ] = is such that
c d
1 2 2 0
[T ] = and [T ] =
1 2 0 0
Thus, ( (
a+b=2 c+d=2
and .
2a = 0 2c = 0
0 2
We have [T ] = .
0 2
0 2 2 4
T (2, 2) = = .
0 2 2 4
Therefore T (2, 2) = (4, 4).
(b) v = (3, 1)
Solution: We have
0 2 3 2
T (3, 1) = =
0 2 1 2
. Therefore T (3, 1) = (2, 2)
(c) v = (−1, 1)
Solution: We have
0 2 −1 2
T (−1, 1) = = .
0 2 1 2
Therefore T (−1, 1) = (2, 2).
3
Math 140 sections 8.1−8.2
4
Math 140 sections 8.1−8.2
6. Change of basis.
1 2 0 1
(a) What matrix transforms to and transforms to ?
0 5 1 3
Solution:
2 1
[T ] =
5 3
2 1 1 0
(b) What matrix transforms to and transforms to ?
5 0 3 1
Solution: It is the inverse ot [T ] in item (a).
3 −1
M=
−5 2
2 1 1 0
(c) Why does no matrix transform to and to ?
6 0 3 1
2 1
Solution: Because and are not linearly independent.
6 3