Solve system of linear equations, using matrix method.
5x+2y=3
3x+2y=5
Simplification of given data
Given: The system of equations is
5x+2y=3
3x+2y=5
Writing above equation as AX=B
[5232][xy]=[35]
Hence, A=[5232],X=[xy] and B=[35]
Calculating |A|
|A|=∣∣∣5232∣∣∣
=5(2)−3(2)=10−6=4
Since |A|≠0
The system of equations is consistent and has a unique solution.
Calculate A−1
A=[5232]
adj A=[2−2−35]
Now,
A−1=1|A|adj A
A−1=14[2−2−35]
Solve for the values of x,y
AX=B
⇒X=A−1B
⇒[xy]=14[2−2−35][35]
⇒[xy]=14[2(3)+(−2)5−3(3)+5(5)]
⇒[xy]=14[6−10−9+25]=14[−416]
⇒[xy]=[−14]
∴x=−1 and y=4