Question
Mathematics Question on Determinants
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\y]and B=[−2\3]
Now, |A|=8+3=11≠0
Thus, A is non-singular.
Therefore, its inverse exists.
Now, A-1=∣A∣1adj A=\frac{1}{11}$$\begin{bmatrix}4&1\\\\-3&2\end{bmatrix}
∴X=A-1 B=\frac{1}{11}$$\begin{bmatrix}4&1\\\\-3&2\end{bmatrix}$$\begin{bmatrix}-2\\\3\end{bmatrix}
⇒[x\y]= \frac{1}{11}$$\Rightarrow\begin{bmatrix}-8+3\\\6+6\end{bmatrix}
=\frac{1}{11}$$\Rightarrow\begin{bmatrix}-5\\\12\end{bmatrix}=11−51112
Hence, x=−115 and y=1112