Respuesta :
The two equations given are:
[tex]\begin{gathered} 2x-3y=-5 \\ 5x-4y=-2 \end{gathered}[/tex]The coefficient matrix A is:
[tex]A=\begin{bmatrix}2 & -3 \\ 5 & -4\end{bmatrix}[/tex]The variable matrix X is:
[tex]X=\begin{bmatrix}x \\ y\end{bmatrix}[/tex]and the constant matrix B is:
[tex]B=\begin{bmatrix}-5 \\ -2\end{bmatrix}[/tex]Then, AX = B looks like,
[tex]\begin{gathered} AX=B \\ X=A^{-1}B \end{gathered}[/tex]So, the variables "x" and "y" are found my multiplying the inverse of A by the matrix B.
Let's find the inverse matrix of A:
Given, a 2 x 2 matrix,
[tex]A=\begin{bmatrix}a & b \\ c & d\end{bmatrix}[/tex]The inverse of this matrix will be,
[tex]A^{-1}=\frac{1}{ad-bc}\begin{bmatrix}d & -b \\ -c & a\end{bmatrix}[/tex]Using the formula, we have:
[tex]\begin{gathered} A^{-1}=\frac{1}{-8--15}\begin{bmatrix}-4 & 3 \\ -5 & 2\end{bmatrix} \\ =\frac{1}{7}\begin{bmatrix}-4 & 3 \\ -5 & 2\end{bmatrix} \\ =\begin{bmatrix}-\frac{4}{7} & \frac{3}{7} \\ -\frac{5}{7} & \frac{2}{7}\end{bmatrix} \end{gathered}[/tex]Now, we can solve for the matrix X, shown below:
[tex]X=\begin{bmatrix}-\frac{4}{7} & \frac{3}{7} \\ -\frac{5}{7} & \frac{2}{7}\end{bmatrix}\begin{bmatrix}-5 \\ -2\end{bmatrix}=\begin{bmatrix}(-\frac{4}{7})(-5)+(\frac{3}{7})(-2) \\ (-\frac{5}{7})(-5)+(\frac{2}{7})(-2)\end{bmatrix}=\begin{bmatrix}\frac{20}{7}-\frac{6}{7} \\ \frac{25}{7}-\frac{4}{7}\end{bmatrix}=\begin{bmatrix}\frac{14}{7} \\ \frac{21}{7}\end{bmatrix}=\begin{bmatrix}2 \\ 3\end{bmatrix}[/tex]The solution matrix, X, is
[tex]X=\begin{bmatrix}2 \\ 3\end{bmatrix}[/tex]This, means the solution to the system of equations is:
[tex]x=2,y=3[/tex]