Sec 2 Notes-Unit 10 Lesson 4-Inverse Matrices
Sec 2 Notes-Unit 10 Lesson 4-Inverse Matrices
Think about an equation such as 6𝑥 = 33 and ways we can solve it. Now think about how we
represent systems of equations with matrices. An entire system can be written as (for example):
−1 2 𝑥 −7
𝐴𝑋 = 𝐵 where 𝐴 = [ ], 𝑋 = [𝑦], and 𝐵 = [ ]
−3 4 −11
It’d be really handy to solve 𝐴𝑋 = 𝐵 the same way we’d solve 6𝑥 = 33. There’s no real concept of
matrix division, but we can get a multiplicative inverse. First, we need to be able to calculate
something called the determinant of matrix A.
Determinant of a 𝟐 × 𝟐 Matrix
|𝑨| = |𝒂 𝒃
|=
𝒄 𝒅
If the determinant is zero, the matrix doesn’t have an inverse. (We’ll see why below.)
Inverse of a 𝟐 × 𝟐 Matrix
𝟏 𝒅 −𝒃
𝑨−𝟏 = [ ]
|𝑨| −𝒄 𝒂
So we can solve the system of equations using the inverse matrix as follows:
• Set up system as 𝐴𝑋 = 𝐵
• Find 𝐴−1
• Calculate 𝐴−1 𝐴𝑋 = 𝐴−1 𝐵
• Solution is 𝐼𝑋 = 𝐴−1 𝐵
This also works for systems in more variables, but finding the inverse for larger square matrices is
cumbersome by hand. Fortunately, technology makes it a lot easier. (Yes, we could likewise do the
2 × 2 matrix this way but it’s important to understand the basic concept the “old-fashioned” way.)
Solving Systems