Find the matrix representation of the linear transformation T that maps the input vector $\vec{x}_1 = (1,1)^T$ to the output vector $\vec{y}_1 = (2,-3)^T$ and maps the input vector $\vec{x}_2 = (1,2)^T$ to the output vector $\vec{y}_2 = (5,1)^T$
I am given a hint that this is a "non-standard basis probing" question.
Independently I see the transformations seem to be $T_1 = (1,-4)$ and $T_2 = (4,-1)$
However I can't seem to create the correct matrix based on those two independent transformations. Any hints?
Hint: suppose the matrix is $V$, then we have $$ \begin{bmatrix} x_1& x_2\\ \end{bmatrix} V = \begin{bmatrix} 1 & 1\\ 1 & 2\\ \end{bmatrix} V = \begin{bmatrix} 2 & 5\\ -3 & 1\\ \end{bmatrix} = \begin{bmatrix} y_1& y_2\\ \end{bmatrix} $$
Consider to find the inverse matrix of $\begin{bmatrix} x_1& x_2\\ \end{bmatrix}$