In Chapter 5 we defined the inverse of an \(n \times n\) matrix. We noted that not all matrices have inverses, but when the inverse of a matrix exists, it is unique. This enables us to define the inverse of an \(n \times n\) matrix \(A\) as the unique matrix \(B\) such that \(A B = B A =I\text{,}\) where \(I\) is the \(n \times n\) identity matrix. In order to get some practical experience, we developed a formula that allowed us to determine the inverse of invertible \(2\times 2\) matrices. We will now use the Gauss-Jordan procedure for solving systems of linear equations to compute the inverses, when they exist, of \(n\times n\) matrices, \(n \geq 2\text{.}\) The following procedure for a \(3\times 3\) matrix can be generalized for \(n\times
n\) matrices, \(n\geq 2\text{.}\)
Given the matrix \(A = \left(
\begin{array}{ccc}
1 & 1 & 2 \\
2 & 1 & 4 \\
3 & 5 & 1 \\
\end{array}
\right)\text{,}\) we want to find its inverse, the matrix \(B=\left(
\begin{array}{ccc}
x_{11} & x_{12} & x_{13} \\
x_{21} & x_{22} & x_{23} \\
x_{31} & x_{32} & x_{33} \\
\end{array}
\right)\text{,}\) if it exists, such that \(A B = I\) and \(B A = I\text{.}\) We will concentrate on finding a matrix that satisfies the first equation and then verify that B also satisfies the second equation.
By definition of equality of matrices, this gives us three systems of equations to solve. The augmented matrix of one of the systems, the one equating the first columns of the two matrices is:
The critical thing to note here is that the coefficient matrix in (12.2.2) is the same as the matrix in (12.2.1), hence the sequence of row operations that we used in row reduction are the same in both cases.
To determine the third column of \(B\text{,}\) we reduce
to obtain \(x_{13}= 2/5, x_{23}=0\) and \(x_{33}=-1/5\text{.}\) Here again it is important to note that the sequence of row operations used to solve this system is exactly the same as those we used in the first system. Why not save ourselves a considerable amount of time and effort and solve all three systems simultaneously? This we can do this by augmenting the coefficient matrix by the identity matrix \(I\text{.}\) We then have, by applying the same sequence of row operations as above,
The reader should verify that \(B A = I\) so that \(A ^{-1} = B\text{.}\)
Subsection12.2.2The General Method for Computing Inverses
As the following theorem indicates, the verification that \(B A = I\) is not necessary. The proof of the theorem is beyond the scope of this text. The interested reader can find it in most linear algebra texts.
Theorem12.2.1.
Let \(A\) be an \(n \times n\) matrix. If a matrix \(B\) can be found such that \(A B = I\text{,}\) then \(B A = I\text{,}\) so that \(B = A^{-1}\text{.}\) In fact, to find \(A^{-1}\text{,}\) we need only find a matrix \(B\) that satisfies one of the two conditions \(A B = I\) or \(B A = I\text{.}\)
It is clear from Chapter 5 and our discussions in this chapter that not all \(n \times n\) matrices have inverses. How do we determine whether a matrix has an inverse using this method? The answer is quite simple: the technique we developed to compute inverses is a matrix approach to solving several systems of equations simultaneously.
Clearly, there are no solutions to the first two systems, therefore \(A^{-1}\) does not exist. From this discussion it should be obvious to the reader that the zero row of the coefficient matrix together with the nonzero entry in the fourth column of that row in matrix (12.2.4) tells us that \(A^{-1}\) does not exist.
Exercises12.2.3Exercises
1.
In order to develop an understanding of the technique of this section, work out all the details of Example 12.2.2.
2.
Use the method of this section to find the inverses of the following matrices whenever possible. If an inverse does not exist, explain why.
The inverse does not exist. When the augmented matrix is row-reduced (see below), the last row of the first half cannot be manipulated to match the identity matrix.
If \(D\) is a diagonal matrix whose diagonal entries are nonzero, what is \(D^{-1}\text{?}\)
5.
Express each system of equations in Exercise 12.1.7.1 in the form \(A x = B\text{.}\) When possible, solve each system by first finding the inverse of the matrix of coefficients.
The solutions are in the solution section of Section 12.1, exercise 1, We illustrate with the outline of the solution to part (c). The matrix version of the system is