Inverse of Matrices
Inverse of Matrices
1 d b
ad cb c a
inverse matrix 4
Example Find Inverse of A
Step 1 – Calc Determinant
4 8 Determinant (ad-cb) = 4x3-8x1 = 4
A
1 3
3 8
step2
Step 2 – Swap Elements on leading diagonal 1 4
3 8
step3
Step 3 – negate the other elements 1 4
1 3 8
step4
Step 4 – multiply by 1/determinant 4 1 4
check
1 0.75 2 AA
1 4 8 0.75 2
A
1 3 0.25 1
0 . 25 1 3 2 8 8 1 0
0 1
0.75 0.75 23
inverse matrix 5
Find the inverses and check them
2 6 1 5 6 1.25 1.5
1
A A
1 5 4 1 2 0.25 0.5
5 20 1 2 20 0.2 2
1
B B
1 2 10 1 5 0.1 0.5
2 2 1 1 2 0.5 1
C 1
C
0 1 2 0 2 0 1
inverse matrix 6
We can use A-1 to solve a system of equations
Ax b
coefficient variable constant
matrix matrix matrix
1 3 x 1
2 5 y
3
Why will it help us solve equations?
Because if we can express a system of equations in
the form
Ax b
Then we can multiply both sides by the inverse matrix
1 1
A Ax A b
And we can then know the values of X 1
because A A I
x A b 1
inverse matrix 8
Solving systems of equations
We can use our 2x2 matrices to express these
systems of equations
1 1 x1 240
1 3 x 2 0
constants
constants from the
UNKNOWNS
from the X ~ x1 right hand
left hand Y ~ x2 side
side inverse matrix 9
Your calculator can compute inverses and
determinants of matrices.
Enter this as
matrix A in
the calc
1 1 x1 240
1 3 x 2 0
Enter this as
Matrix B in the
calc
Your Turn solve the following
3 4 x 5
3x +4y = 5 Answer x = -1 y = 2
5 6 y 7
5x = 7-6y
1 7 x 1.24
x+7y = 1.24 1 3 y 0.76
Answer x = -0.16 y = 0.2
3y -x = 0.76
8 3 x 1
Answer x = -2 y = -5
8x = 3y -1 1 1 y 7
x+y =-7
inverse matrix 12