Let $T : \mathbb{R}^3\rightarrow \mathbb{R}^3$ be $T(x, y, z) = (x + y - 2z, x + 2y - 3z, 3x + 4y - z)$. Show that $T^3 - 2T^2 - 8T = 0$.
I was able to write $T(x, y, z) = (x + y - 2z, x + 2y - 3z, 3x + 4y - z)$ as $T(x,y,z)=A[x,y,z]$, where A=[$(1,1,-2),(1,2,-3),(3,4,-1)$] and [$x,y,z$] are matrices.
I thought i can replace T with the matrix A in the equation $T^3 - 2T^2 - 8T = 0$, but this is not true. Please help, how to solve this? And also tell why can i not replace $T$ with $A$ in the equation. Thank you.
Any help appreciated