I am given two matrices, and I have to find an elementary matrix $A$ such that $EA=B$.
$$E = \begin{bmatrix}2&4\\2&-6\end{bmatrix}$$
$$B = \begin{bmatrix}10&4\\-10&-6\end{bmatrix}$$
I tried "transposing" the equation, meaning $(EA)^T = B^T$. The equation given would then be $(A^T)(E^T) = B^T$.
I, however, can't manage to end up with the matrix $B$.