赠 fp1-inverse-matrices-lesson-3
赠 fp1-inverse-matrices-lesson-3
Lesson 3 –
Inverse Matrices
Reminder from lesson 1 Wiltshire
4 3
1 4 3
T 1 5 5
1 2 5 1 2
5 5
Challenge 1 Wiltshire
2 3 1 4 3
1
T T
1 4 5 1 2
The Determinant of a 2 × 2 matrix
Wiltshire
a c
det M M ad bc
b d
If the det is zero then the inverse does not
exist and the matrix is known as singular.
If the det is not zero then the inverse does
exist and the matrix is known as non-singular.
Note: Only square matrices have inverses.
Challenge 2 Wiltshire
a b p q 1 0
c d r s 0 1
Questions Wiltshire
2 5 1 1 4 5
A A
1 4 13 1 2
2 3 1 1 4 3
B B
1 4 5 1 2
3 7 1 1 22 7
C C
9 22 129 9 3
Inverse of a product Wiltshire
(AB)-1 = B-1A-1
Properties of the determinant Wiltshire
2 2
sin θ cos θ 1
Matrices with det = 0 Wiltshire
1 2 1 4 4 1 3 6 7 7
1 2 1 1 3 3 3 6 7 7
Example 1 Wiltshire
1 2 1 4 4 1 3 6 7 7
1 2 1 1 3 3 3 6 7 7
Example 1 Wiltshire
For the matrix T find the equation of the line of points that map to
(5,-10).
2 1
T
3 2
We use matrix multiplication to find what equations will be equal
to the co-ordinate (5,-10)
2 1 x 5
4 2 y 10
This gives us the equations
2x – y = 5
-4x + y = -10
These two equations give the exact same information.
2x – y = 5
Summary 1 Wiltshire
Is
1 d c
1
M for 0
b a
Where a c
det M M ad bc
b d
Summary 2 Wiltshire
MM-1 = M-1M = I
X = B-1A-1