We can express the system of equations as $AX = B$, where $A$ is the coefficient matrix, $X$ is the variable matrix, and $B$ is the constant matrix.
So, we have:
$$
A = \begin{bmatrix}
7 & -3 \\
4 & -5 \\
\end{bmatrix}
, \quad
X = \begin{bmatrix}
x \\
y
Show more…