Find an elementary matrix E such that AE = B
$$A = \begin{bmatrix} 2 & 4 \\ 1 & 6 \end{bmatrix}$$
$$B = \begin{bmatrix} 2 & -2 \\ 1 & 3 \end{bmatrix}$$
$$\begin{bmatrix} 2 & 4 \\ 1 & 6 \end{bmatrix}*E=\begin{bmatrix} 2 & -2 \\ 1 & 3 \end{bmatrix}$$
There should only be 1 elementary row operation performed on A. Scaling either row or swapping either row would not result in B, but I am unsure how to solve the specific pivot row operation that is used to obtain B.
Hint:
Since the matrix $E$ appears on the right of matrix $A$, think of elementary column operation.