Solving Systems with Inverses: Learn It 3

Multiplicative Inverse of 3×3 Matrices

Unfortunately, we do not have a formula similar to the one for a [latex]2\text{}\times \text{}2[/latex] matrix to find the inverse of a [latex]3\text{}\times \text{}3[/latex] matrix. But, we can still find the inverse by using a systematic approach involving row operations. This method requires augmenting the given matrix with the identity matrix and performing a series of row operations to transform the original matrix into the identity matrix. The resulting augmented matrix will then have the inverse of the original matrix on its right side.

How To: Given a [latex]3\times 3[/latex] matrix, find the inverse

  1. Write the original matrix augmented with the identity matrix on the right.
  2. Use elementary row operations so that the identity appears on the left.
  3. What is obtained on the right is the inverse of the original matrix.
  4. Use matrix multiplication to show that [latex]A{A}^{-1}=I[/latex] and [latex]{A}^{-1}A=I[/latex].
Given the [latex]3\times 3[/latex] matrix [latex]A[/latex], find the inverse.

[latex]A=\left[\begin{array}{ccc}2& 3& 1\\ 3& 3& 1\\ 2& 4& 1\end{array}\right][/latex]

Given the [latex]3\times 3[/latex] matrix [latex]A[/latex], find the inverse.

[latex]A = \left[\begin{array}{ccc} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{array}\right][/latex]