M - Inverse Matrices Lesson
Inverse Matrices
Before we discuss inverse matrices, let's talk about the determinant of a matrix. The determinant is the difference of the product of the two diagonals. We will calculate the determinant of a 2x2 matrix by hand, but for anything greater, we can use the calculator! We can only find the determinant of square matrices (remember a square matrix contains the same number of rows and columns)!
If A=[abcd], then
det(A)=|A|=|abcd|=ad−cb
Watch this video to determine how to find the determinant of a 3 x 3 matrix.
Two matrices are considered inverses if, when multiplied (both ways), they create an identity matrix. An identity matrix is a square matrix with 1's on the main diagonal and 0's everywhere else.
[1001][100010001][1000010000100001]
Determine whether A=[−32−21]andB=[1−22−3] are inverse matrices.
If AB = BA = I (the identity matrix), then A and B are inverse matrices.
Step 1: Find AB
AB=[−32−21]A=[1−223]=A=[−3+46+(−6)−2+24+(−3)]=[1001]
Step 2: Find BA
AB=[1−22−3][−32−21]=[−3+42+(−2)−6+64+(−3)]=[1001]
Since AB = BA = I, we can confirm that B=A−1andA=B−1.
Determine whether A and B are inverse matrices.
1. Problem: A=[−433−2]andB=[2334]
- Solution: yes
2. Problem: A=[6221]andB=[1−2−26]
- Solution: no
So, let's try and find the inverse of a matrix by hand. Here is the formula:
LetA=[abcd]thenA−1=1ad−cb[d−b−ca]
Notice that you are using the determinant in this formula!
If the determinant of a matrix is 0, then the inverse does not exist and the matrix is considered to be singular.
Watch this video to try an example:
IMAGES CREATED BY GAVS