Let $T : \mathbb{R}^2 \to \mathbb{R}^2$ be a linear transformation, such that $T (2,1)= (0,0)$ and $T (-1,2)= (1,3)$. What is the standard matrix A of T?
I understand that you need to convert the given basis to the standard basis, however do not really get how to do that. I also am sort of confused why the basis is $(2,1)$ and $(1,3)$ (my friend told me to use that basis, however I still don't really understand why).
I have looked all over the internet for a problem like this, but I am having trouble. I would really appreciate any help, thanks so much!!!
Let $A=\begin{bmatrix}a&b\\c&d\end{bmatrix}$
We are told that $A\cdot \begin{bmatrix}2\\1\end{bmatrix}=\begin{bmatrix}0\\0\end{bmatrix}$ and that $A\cdot\begin{bmatrix}-1\\2\end{bmatrix}=\begin{bmatrix}1\\3\end{bmatrix}$
Reworded, this implies the following system of equations:
$\left\{\begin{array}{rl} 2a+b&=0\\2c+d&=0\\-a+2b&=1\\-c+2d&=3\end{array}\right\}$
Now... you should have learned techniques on how to solve that system, for example with Gaussian Elimination.