Section 4.4 The Inverse of a Matrix
Consider the equation It takes little time to recognize that the solution to this equation is In fact, the solution is so obvious that we do not think about the algebraic steps necessary to find it. Let’s take a look at these steps in detail.
This process utilizes many properties of real-number multiplication. In particular, we make use of existence of multiplicative inverses. Every non-zero real number has a multiplicative inverse with the property that We say that is the multiplicative identity because
Given a matrix equation we would like to follow a process similar to the one above to solve this matrix equation for
Observe that the role of the multiplicative identity for square matrices is filled by because Given an matrix a multiplicative inverse of would have to be some matrix such that
Assuming that such an inverse exists, this is what the process of solving the equation would look like:
It follows directly from the way the definition is stated that if is an inverse of then is an inverse of We say that and are inverses of each other. The following theorem shows that matrix inverses are unique.
Theorem 4.4.2.
Proof.
Because is an inverse of we have:
Suppose there exists another matrix such that
Then
Now that we know that a matrix cannot have more than one inverse, we can safely refer to the inverse of as
Example 4.4.3.
Let
Verify that and are inverses of each other.
Answer.
We will show that
Example 4.4.4.
Use what we found in Example 4.4.3 to solve the matrix equation:
Answer.
We multiply both sides of the equation by the inverse of
We now prove several useful properties of matrix inverses.
Theorem 4.4.5.
Proof.
We will prove Item 3. The remaining properties are left as exercises.
Subsection 4.4.1 Computing the Inverse
We now turn to the question of how to find the inverse of a square matrix, or determine that the inverse does not exist. Given a square matrix we are looking for a square matrix such that
where each is a standard unit vector of This gives us a system of equations for each If each has a unique solution, then finding these solutions will give us the columns of the desired matrix
First, suppose that then we can use elementary row operations to carry each to its reduced row-echelon form.
Observe that the row operations that carry to will be the same for each We can, therefore, combine the process of solving systems of equations into a single process
But the same row operations would also give us
Next, suppose that Then must contain a row of zeros. Because one of the rows of was completely wiped out by elementary row operations, one of the rows of must be a linear combination of the other rows. Suppose row is a linear combination of the other rows. Then row can be carried to a row of zeros. But then the system is inconsistent. This is because has a as the entry and zeros everywhere else. The in the spot will not be affected by elementary row operations, and the row will eventually look like this
This shows that a matrix such that does not exist, and does not have an inverse. We have just proved the following theorem.
Theorem 4.4.6. Row-reduction Method for Computing the Inverse of a Matrix.
Let be a square matrix. If it is possible to use elementary row operations to carry the augmented matrix to then If such a reduction is not possible, then does not have an inverse.
Corollary 4.4.7.
Finding inverses is important. We exhibit two examples of this.
Example 4.4.8.
Find or demonstrate that does not exist.
Answer.
We start with the augmented matrix
We conclude that
Example 4.4.9.
Find or demonstrate that is not invertible.
Answer.
We start with the augmented matrix
At this point we see that the left-hand side cannot be turned into through elementary row operations. We conclude that does not exist.
Remark 4.4.10.
Recall that a square matrix whose reduced row-echelon form is the identity matrix is called nonsingular. ( Definition 4.2.4) According to Corollary 4.4.7, a matrix is invertible if and only if it is nonsingular. For this reason many linear algebra texts use the terms invertible and nonsingular as synonyms.
Subsection 4.4.2 Inverse of a Matrix
We will conclude this section by discussing the inverse of a nonsingular matrix. Let be a nonsingular matrix. We can find by using the row reduction method described above, that is, by computing the reduced row-echelon form of Row reduction yields the following:
Note that the denominator of each term in the inverse matrix is the same. Factoring it out, gives us the following formula for
Formula 4.4.11.
Clearly, the expression for is defined, if and only if So, what happens when In Exercise 4.4.3.9 you will be asked to fill in the steps of the row reduction procedure that produces this formula, and show that if then does not have an inverse.
Exercises 4.4.3 Exercises
1.
Verify that the matrix is its own inverse.
2.
3.
Answer.
Yes, and are inverses.
4.
5.
6.
7.
Answer.
8.
Answer.
9.
Use the row-reduction method to prove Formula Formula 4.4.11 for a nonsingular matrix. Show that if then does not have an inverse.
Hint.
After going through the row reduction, try it again, considering the possibility that
10.
Answer.
Exercise Group.
For each matrix below refer to Formula 4.4.11 to find the value of for which the matrix is not invertible.
14.
15.
16.
17.
Suppose is a symmetric, invertible matrix. Does it follow that is symmetric? What if we change ``symmetric" to ``skew symmetric"? (See Definition 4.1.24.)