A linear transformation (or a linear map) is a function TβΆR2βR2 that satisfies the following properties:
T(a+b)=T(a)+T(b)
T(Ξ±a)=Ξ±T(a) for any vectors a,bβR2 and any scalar Ξ±βR.
Let a=(x1β,y1β),b=(x2β,y2β). Then
T(a)=(βy1β,x1β)
T(b)=(βy2β,x2β)
T(a+b)=(β(y1β+y2β),x1β+x2β)
=(βy1β,x1β)+(βy2β,x2β)=T(a)+T(b),True
T(Ξ±a)=(βΞ±y1β,Ξ±x1β)=Ξ±(βy1β,x1β)
=Ξ±T(a),True
Therefore a linear transformation TβΆR2βR2defined by T(x,y)=(βy,x) is a linear transformation.