The inverse of a matrix, A-1, is one where the following equation is true:
This means that the product of a matrix and its inverse (in either order) is equal to the identity matrix.
The inverse matrix is useful in many contexts, one of which includes solving equations with matrices. Imagine we have the following equation:
If we are trying to solve for x, we need to find a way to isolate that variable. Since we cannot divide matrices, we can multiply both right sides of the equation by the inverse of A, resulting in the following:
An important consideration to keep in mind is that not all matrices have inverses. Those matrices that do not have an inverse are referred to as singular matrices.
To find the inverse matrix, we can again use Gauss-Jordan elimination. Knowing that AA-1 = I, we can create the augmented matrix [ A | I ], where we attempt to perform row operations such that [ A | I ] -> [ I | A-1 ].
One method to find the necessary row operations to convert A -> I is to start by creating an upper triangular matrix first, and then work on converting the elements above the diagonal afterward (starting from the bottom right side of the matrix). If the matrix is invertible, this should lead to a matrix with elements equal to 0 except along the diagonal. Each row can then be multiplied by a scalar that leads to the diagonal elements equaling 1 to create the identity matrix.
Instructions
Let’s walk through an example of solving for an inverse matrix.
We have the following matrix:
We will solve for the inverse matrix by going from the form [ A | I ] –> [ I | A-1 ]
Let’s follow along with each step of the animation.
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Step 8
The inverse matrix is: