Linear Transformations Rn-->Rm Question
I would be very grateful if someone can explain what is going on in the following problem:
Determine whether the following T:Rn to Rm
T(x,y)=(2x,y)
Solution from solutions manual:
T((x1,y1) + (x2,y2)) = (2(x1+x2), y1+y2) = (2x1,y1) + (2x2,y2)...