Given the system of equations:
[tex]\begin{gathered} -2x-y=-5 \\ 6x+y=9 \end{gathered}[/tex]Write the inequalities in matrix form.
[tex]\begin{bmatrix}{-2} & {-1} \\ {6} & {1}\end{bmatrix}\begin{bmatrix}{x} & {} \\ {y} & \end{bmatrix}=\begin{bmatrix}{-5} & {} \\ {9} & \end{bmatrix}[/tex]It is of the form Ax = b, where
[tex]A=\begin{bmatrix}{-2} & {-1} \\ {6} & {1}\end{bmatrix},b=\begin{bmatrix}{-5} & {} \\ {9} & {}\end{bmatrix}[/tex]Find the inverse of A.
If
[tex]A=\begin{bmatrix}{a} & {b} \\ {c} & {d}\end{bmatrix}[/tex]is an invertibe square matrix, then its inverse is
[tex]A=\frac{1}{\det A}\begin{bmatrix}{d} & {-b} \\ {-c} & {a}\end{bmatrix}[/tex]Thus, the inverse of the matrix A is
[tex]A^{-1}=\frac{1}{4}\begin{bmatrix}{1} & {1} \\ {-6} & {-2}\end{bmatrix}[/tex]The solution of the system of equations is
[tex]\begin{gathered} \frac{1}{4}\begin{bmatrix}{1} & {1} \\ {-6} & {-2}\end{bmatrix}\begin{bmatrix}{-5} & {} \\ {9} & {}\end{bmatrix}=\frac{1}{4}\begin{bmatrix}{4} & {} \\ {12} & {}\end{bmatrix} \\ =\begin{bmatrix}{1} & {} \\ {3} & {}\end{bmatrix} \end{gathered}[/tex]implies that x = 1, y = 3.