Consider the linear transformation $T:R^3->R^3$ whose matrix in relation to the canonical basis is:
$[T] = \begin{bmatrix}1&2&-1\\0&2&3\\1&-1&1\end{bmatrix}$
What is the image of transformation $T$ of the subspace $x+y+2z=0$ in $R^3$?
I know the answer should be the equation of a plane, but I cannot come with the correct answer.
Options are:
- $x+y+2z=0$
- $3x+2z-3z=0$
- $-x+y-2z=0$
- $4x+7y+9z=0$
- $4x-7y+9z=0$
How should this be solved?
Pick three points on the plane, $$x+y+2z=0$$ and transform the points with your matrix. Now find the equation of a plane passing the three transformed points.
I picked three points $$(0,0,0), (1,1,-1),(2,0,-1)$$ and the transformed points are $$(0,0,0),(4,-1,-1),(3,-3,1)$$ which gives me the plane $$4x+7y+9z=0$$
Thus the correct option is $4$