Let $T(x,y)=(x,3x-y)$ be a linear operator on $R^2$ and let $f(x)=x^2-4$. Find $f(T)$
I'm very new to this and I'm stuck on what it's asking for. I'm guessing I make a matrix from the transformation and then use $rref$. I'm not sure where to go from there. Any guidance is appreciated.
I took matrix A and squared it and it returned the identity matrix. I then subtracted 4 times the identity matrix and got just (-3x, -3y). Can someone clarify what I'm doing incorrectly. Thanks
$T$ is realized by the matrix
$M =\begin{bmatrix} 1 & 0 \\ 3 & -1 \\ \end{bmatrix}$.
Then compute $M^2-4I$. Can you proceed ?