Home > Matrix & Vector > Solving Systems of linear equations > Solving systems of linear equations using Inverse Matrix method example

1. Inverse Matrix method example ( Enter your problem )
  1. Example `2x+5y=21,x+2y=8`
  2. Example `2x+5y=16,3x+y=11`
  3. Example `2x+3y-z=5,3x+2y+z=10,x-5y+3z=0`
  4. Example `x+y+z=3,2x-y-z=3,x-y+z=9`

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`

`|A|` = 
 `2`  `5` 
 `3`  `1` 


`=2 × 1 - 5 × 3`

`=2 -15`

`=-13`


`"Here, " |A| = -13 != 0`

`:. A^(-1) " is possible."`

`Adj(A)` = 
Adj
`2``5`
`3``1`


 = 
 + 
 `1` 
 - 
 `3` 
 - 
 `5` 
 + 
 `2` 
T


 = 
`+(1)``-(3)`
`-(5)``+(2)`
T


 = 
`1``-3`
`-5``2`
T


 = 
`1``-5`
`-3``2`



`"Now, "A^(-1)=1/|A| × Adj(A)`

`"Here, "X = A^(-1) × B`

`:. X = 1/|A| × Adj(A) × B`

 = `1/(-13)` ×
`1``-5`
`-3``2`
×
`16`
`11`


 = `1/(-13)` ×
`1×16-5×11`
`-3×16+2×11`


 = `1/(-13)` ×
`-39`
`-26`


 = 
`3`
`2`


`:.[[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 Submit Here





Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.