DanielFaraday said:
Homework Statement
True or False:
[tex]
T(x,y)=(2x+5y,-x+2)\text{ is a linear transformation from }\mathbb{R}^2\text{ to }\mathbb{R}^2.[/tex]
You need to show your answer though. A function [itex]T:V\to W[/itex] is a linear transformation if for all [itex]\vec u, \vec v\in V[/itex] and for all scalars [itex]r\in\mathds{R}[/itex],
[tex]T(\vec u+\vec v) = T(\vec u)+T(\vec v)[/tex]
[tex]T(r\vec u) = rT(\vec u)[/tex]
(You can actually combine these two requirements into one, but I think it is usually best to leave them separate early on.)
In your case, let [itex]\vec u=(x,y)[/itex] and [itex]\vec v = (u,v)[/itex]. (Don't get confused between my re-use of u and v.) You need to try and show that
[tex]T(\vec u+\vec v) = T(x+u,y+v) = T(x,y)+T(u,v) = T(\vec u)+T(\vec v)[/tex]
[tex]T(r\vec u) = T(rx,ry) = rT(x,y) = rT(\vec u)[/itex]<br />
<br />
If you can show this, then T is a linear transformation. If either of these two statements are not true, then T is not a linear transformation.[/tex]