View Single Post
  #1  
Old October 4th, 2009, 10:33 AM
viko viko is offline
Newbie
 
Join Date: Oct 2009
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
viko is on a distinguished road
Default Linear Transformation: finding the image.

Hi there.

I've a doubt in getting the image of a linear transformmation.

given this LT: R^2 \rightarrow R^3\ T(x,y)=(x-2y,y-x,3x)

the book I'm using always attempts to do as following:

(x-2y,y-x,3x)=(a,b,c) and solve the system \begin{pmatrix} +1-2=a \\-1+1=b \\+3+0=c\end{pmatrix}

\Rightarrow \\ c-3a+6a+6b = 0
c+3a+6b = 0\\ \Rightarrow base=\{(1,0,-3);(0,1,-3)\}


I wonder if I get an equivalent result if I do it the following manner:

(x-2y,y-x,3x) = x(1,-1,3)+y(-2,1,0) \Rightarrow base=\{(1,-1,3);(-2,1,0)\}


of course, in this case I'll need to check if are them linearly independent if I want to get a base.

thanks in advice
VIKKO

Last edited by viko; October 4th, 2009 at 10:36 AM. Reason: latex mistake
Reply With Quote