Quiz 2 Section 5 Solution
Quiz 2 Section 5 Solution
(Caution: this should be true for ANY two vectors. Checking this for some
specific choices of vectors (by choosing your favorite numbers as values of
x1 , x2 , x3 ) does NOT qualify as a proof, because “being true for that particular
choice” does not guarantee “being true for all other choices”. When you try
to prove such statement, you must work with general expressions instead
of choosing specific values, so that your reasoning does not depend on the
choices of values.)
Using the given formula of T , we can compute both sides and compare them:
Left-hand side: T ((y1 , y2 , y3 ) + (z1 , z2 , z3 )) = T ((y1 + z1 , y2 + z2 , y3 + z3 )) =
(y1 + z1 , y1 + z1 − y2 − z2 ).
Right-hand side: T ((y1 , y2 , y3 )) + T ((z1 , z2 , z3 )) = (y1 , y1 − y2 ) + (z1 , z1 − z2 ) =
(y1 + z1 , y1 − y2 + z1 − z2 ).
Two sides are equal, so T is compatible with vector addition.
Scalar multiplication: for any vector (y1 , y2 , y3 ) ∈ R3 and for any scalar (real
number) c, we have to check
1 −3
Solution. The domain of S and the codomain of T are the same, so you can
compose these functions in a way such that you apply T first to go from R3
T S
to R2 , then you apply S next to go from R2 to R4 . So S ◦ T : R3 −
→ R2 − → R4
is defined. The opposite direction, T ◦ S, is not defined, as the codomain of
S is R4 , which is not equal to the domain R3 of T .
The matrix of composition of two linear transformation is the same as the
product of the corresponding matrices in the same order, so it is:
0 1
2 3 1 0 0
(matrix of S ◦ T ) = (matrix of S)(matrix of T ) =
1 0 1 −1 0
1 −3
0×1+1×0 0 × 0 + 1 × (−1) 0×0+1×0 1 −1 0
2×1+1×1 2 × 0 + 1 × (−1) 2×0+1×0 = 3 −1 0
= 1×1+0×1
.
1 × 0 + 0 × (−1) 1×0+0×0 1 0 0
1 × 1 + (−3) × 1 1 × 0 + (−3) × (−1) 1 × 0 + (−3) × 0 −2 3 0