Determine whether is in the range of the linear operator T. T: R^3 ----> R^3; T(x,y,z) = (x-y, x+y+z,x+2z); w=(1, 2, -1)
whether w is*
you want to create the matrix that represents that transformation, row reduce it, and find its Column Space. Then check to see if w is in the Column Space.
do u mean the matrix? if so i got [1 -1 0; 1 1 1; 1 0 1]?
for the first part
since the last equation was x + 2z, the last row should be 1 0 2. Other than that, you got it. So row reduce that matrix, see which columns are pivot columns, and the pivot columns will make up your column space.
I got an identity when I rref?
then you are done ;)
since you got the identity, that means all three columns are linearly independent, and they span all of R^3. So any vector in R^3 is in the range of that transformation. Including w.
but how do you know for sure w is part of it?
okay so what if it's not an identity?
you would need to check to see if w was in the span of the column vectors
check out \[T\left(\frac{7}{3},\frac{4}{3},\frac{-5}{3}\right)\]
oh kk I get it, but what do u mean check out.. that transformation?
RREF this matrix \[\left[\begin{matrix}1& -1 &0&1 \\ 1 &1 &1& 2\\ 1&0 &2&-1\end{matrix}\right]\]
I got [1 0 0 7/3; 0 1 0 4/3; 0 0 1 -5/3]
notice the 7/3,4/3,-5/3 this tells us that \[T\left(\frac{7}{3},\frac{4}{3},\frac{-5}{3}\right)=(1,2,-1)\] and thus w is in the range
Sorry I still don't see it, how do you know just from the 7/3,4/3,-5/3 that it's in the range of (1, 2 ,-1)?
Join our real-time social learning platform and learn together with your friends!