Question
Mathematics Question on Determinants
Solve system of linear equations, using matrix method.
5x+2y=4,
7x+3y=5
Answer
The given system of equations can be written in the form of AX = B, where
A=[5\723],X=[x\y] and B=[4\5]
Now IAI=15-14=1 ≠0
Thus, A is non-singular. Therefore, its inverse exists.
Now A-1=∣A∣1adj A
A-1=3−7−25
X=A-1B=\begin{bmatrix}3&-2\\\\-7&5\end{bmatrix}$$\begin{bmatrix}4\\\5\end{bmatrix}
⇒[x\y]=−12−10−28+25=2−3
Hence x=2 and Y=-3.