Solve the following systems of equations by matrix method $$2ax-2by=-a-4b$$ and $$2bx+2ay=4a-b$$
I only need the equation in terms of $x$ and $y$ in order to represent in the matrix form but how can I eliminate $a$ and $b$.
Solve the following systems of equations by matrix method $$2ax-2by=-a-4b$$ and $$2bx+2ay=4a-b$$
I only need the equation in terms of $x$ and $y$ in order to represent in the matrix form but how can I eliminate $a$ and $b$.
I don't see the point why you need it in the form of only $x$ and $y$ since you can write and row reduce the following:
$$ \begin{bmatrix}2a & -2b & -a-4b \\2b & 2a & 4a-b \end{bmatrix}$$