If $A \begin{pmatrix}2\\1\end{pmatrix}=\begin{pmatrix}1\\0\end{pmatrix}$ and $A \begin{pmatrix}4\\6\end{pmatrix}=\begin{pmatrix}0\\2\end{pmatrix}$ then $A$ is...
The author said that I can "combine" those equations to $$A \begin{pmatrix}2 & 4\\1 & 6\end{pmatrix}=\begin{pmatrix}1&0\\0&2\end{pmatrix}$$
My question is how to prove that I can combine those equations. Here's my attempt to prove
Let $A = \begin{pmatrix}a&b\\c&d\end{pmatrix}$ and I get four linear equations $$2a+b=1\\2c+d=0\\4a+6d=0\\4c+6d=2$$ Make it to an augmented matrix $$\left[\begin{array}{rrrr|r} 2 & 1 & 0 & 0 & 1 \\ 4 & 6 & 0 & 0 & 0 \\ 0 & 0 & 2 & 1 & 0\\ 0 & 0 & 4 & 6 & 2 \end{array}\right]$$ I have no clue what to do next
$A = \begin{pmatrix}a&b\\c&d\end{pmatrix}$
And you conclude: $$ 2a+b=1\\2c+d=0\\4a+6d=0\\4c+6d=2 $$
We get:
$$ \begin{pmatrix}a&b\\c&d\end{pmatrix} \begin{pmatrix}2 & 4\\1 & 6\end{pmatrix}=\begin{pmatrix}2a+b & 4a+6b\\2c+d&4c+6d\end{pmatrix} = \begin{pmatrix}1&0\\0&2\end{pmatrix} $$