2. Example `2x+5y=16,3x+y=11`
Solve Equations 2x+5y=16,3x+y=11 using Inverse Matrix method
Solution: Here `2x+5y=16` `3x+y=11`
Now converting given equations into matrix form `[[2,5],[3,1]] [[x],[y]]=[[16],[11]]`
Now, A = `[[2,5],[3,1]]`, X = `[[x],[y]]` and B = `[[16],[11]]`
`:. AX = B`
`:. X = A^-1 B`
`=2 × 1 - 5 × 3`
`=2 -15`
`=-13`
`"Here, " |A| = -13 != 0`
`:. A^(-1) " is possible."`
`"Now, "A^(-1)=1/|A| × Adj(A)`
`"Here, "X = A^(-1) × B`
`:. X = 1/|A| × Adj(A) × B`
`:.[[x],[y]]=[[3],[2]]`
`:. x=3, y=2`
This material is intended as a summary. Use your textbook for detail explanation. Any bug, improvement, feedback then
|