Solving a System of Equations Using the Product of Two Matrices
Use a given matrix product that equals the identity to find an inverse, then solve a three-variable system of linear equations by the matrix method.
This lesson works through a complete board problem. We first multiply two given 3 by 3 matrices and find that their product is the identity, which proves each is the inverse of the other. We then notice the coefficient matrix of the system is the transpose of one of them, use the rule that the inverse of a transpose equals the transpose of the inverse, and finish by multiplying out to read off the values of x, y, and z.
What you'll learn
How a matrix product equal to the identity tells you the two matrices are inverses of each other
Writing a system of three equations in matrix form and solving it as x equals the inverse of the coefficient matrix times the constants
Using the rule that the inverse of a transpose is the transpose of the inverse to reuse a product you already have
Lesson chapters
0:00The problem and the system to solve
0:44Multiplying the two matrices entry by entry
2:42Writing the system as a matrix equation
3:43Inverse of a transpose equals transpose of the inverse
6:32Multiplying out to find x, y, and z
Lesson notes
This lesson solves a system of three linear equations in three unknowns using a supplied product of two matrices. We show the product is the identity, identify the inverse we need, and read off the solution.
The given product
We are given two matrices and asked to multiply them:
P=103−12−22−34,Q=−2960211−3−2.
The system to solve is
x+3z−x+2y−2z2x−3y+4z=9,=4,=−3.
Computing the product PQ
We multiply row by column. For example, the top-left entry is the first row of P times the first column of Q:
1(−2)+(−1)(9)+2(6)=−2−9+12=1.
The first row of P against the second and third columns of Q gives 0 and 0. Continuing this for every entry:
PQ=100010001=I.
Since PQ=I, each matrix is the inverse of the other, so
P−1=Q.
Writing the system in matrix form
The coefficient matrix of the system is
A=1−1202−33−24,X=xyz,B=94−3,
so the system is AX=B and therefore X=A−1B.
Spotting the transpose
Notice that A is exactly the transpose of P:
A=PT.
Inverse of a transpose
We use the rule that the inverse of a transpose is the transpose of the inverse: