Question
Mathematics Question on Matrices
Solve system of linear equations, using matrix method.
2x-y=-2
3x+4y=3
Answer
The given system of equations can be written in the form of AX = B, where
A=2 3−14, X=x yand B=−2 3
Now∣A∣=8+3=11=0
Thus, A is non-singular. Therefore, its inverse exists.
Now,
A-1=∣A∣1adjA=\frac{1}{11}$$\begin{vmatrix} 4 &1 \\\ -3& 2 \end{vmatrix}
so X=A-1B=\frac{1}{11}$$\begin{vmatrix} 4 &1 \\\ -3& 2 \end{vmatrix}$$\begin{vmatrix} -2 \\\ 3 \end{vmatrix}
⇒x y=111−8+3 6+6=111−5 12=−115 1112
Hence x=−115 and y=1112