I've been stuck on the following question:
The transformation $T$ is defined by $$T(x, y, z) \;=\; \left(\frac13(2x-2y+z),\; \frac13(x+2y+2x),\; \frac13(2x+y-2z)\right).$$ Find the image of the plane $y = x$ (in $\mathbb{R}^3$) under the transformation $T$.
I have tried the following:
$$TX = X'$$
$$T^{-1}TX = X'$$
$$X = T^{-1}X'$$
and express $X'$ accordingly:
$\begin{bmatrix}x\\y\\z\end{bmatrix} = \frac13 \begin{bmatrix}2&1&2\\-2&2&1\\1&2&2\end{bmatrix}$$\begin{bmatrix}x\\x\\z\end{bmatrix}$
Is this a good approach? Or I have started on the wrong footing?
The answer is: $4x - y + z =0$.
Since the plane $y=x$ is spanned by $(1,1,0)$ and by $(0,0,1)$, its image under $T$ is the subspace of $\mathbb R^3$ spanned by $T(1,1,0)\bigl(=(0,1,1)\bigr)$ and by $T(0,0,1)\left(=\left(\frac13,\frac23,-\frac23\right)\right)$.