Determine if the transformation of V into given W is linear
Determine if the transformation of V into given W is linear
Solution
Let x = (x1,y1)T and y = (x2,y2)T be 2 arbitrary vectors in R2 and let k be an arbitrary scalar. Then T(x) = x1y1 and T(y) = x2y2 so that T(x)+T(y) = x1y1+ x2y2. Also T(x+y) = T((x1,y1)T+(x2,y2)T)= T(x1+x2, y1+y2)T = (x1+x2)*(y1+y2) = x1y1+ x2y2+ x1y2 +x2y1. Thus, T(x+y) T(x)+T(y). Hence T does not preserve vector addition so that T is not a linear transformation.
