Course Hero Logo

Matrices

Finding the Inverse of a Matrix

There are different methods for determining the inverse of a matrix, including using an augmented matrix and row operations, using technology, and using a formula that includes calculating the reciprocal of the difference of the diagonals.
An augmented matrix is formed from two given matrices by writing the columns of the first matrix to the left of a vertical line and the columns of the second matrix to the right of the vertical line. To determine the inverse of a square matrix AA, start by augmenting AA with the identity matrix of the same dimensions.
A=[204323212]I=[100010001]A= \begin{bmatrix} \phantom{-}2 & 0 & 4 \\ -3 & 2 & 3 \\ -2 & 1 & 2 \end{bmatrix}\hspace{40pt}I =\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}
Matrix AA augmented with II is:
[204100323010212001]\left[\begin{array}{rrr|rrr}2&0&4&1&0&0\\ -3&2&3&0&1&0\\ -2&1&2&0&0&1\\ \end{array}\right]
Next, perform a series of operations on the rows of the augmented matrix. Row operations are operations that can be performed on a row of an augmented matrix to generate an equivalent matrix.

Matrix row operations:

1. Switch any two rows.
2. Multiply a row by a nonzero number.
3. Replace a row with the sum or difference of two rows.

The goal of performing row operations on the augmented matrix is to transform it into reduced row-echelon form, a form in which the left side is the identity matrix. When the augmented matrix is in this form, the right side will be the inverse of matrix AA.

Step-By-Step Example
Finding the Inverse of a Matrix Using Row Operations
Use an augmented matrix and row operations to determine the inverse of matrix AA.
A=[204323212]A= \begin{bmatrix} \phantom{-}2 & 0 & 4 \\ -3 & 2 & 3 \\ -2 & 1 & 2 \end{bmatrix}
Step 1
Augment the given matrix with the identity matrix.
[204100323010212001]\left[\begin{array}{rrr|rrr}2&0&4&1&0&0\\ -3&2&3&0&1&0\\ -2&1&2&0&0&1\\ \end{array}\right]
Step 2
Begin to use row operations to transform the left side of the augmented matrix into the identity matrix. Get 1 as the first entry in row 1 by multiplying the first row by 12\frac{1}{2}.
[1021200323010212001]\left[\begin{array}{rrr|rrr}1&0&2&\frac{1}{2}&0&0\\[0.5em] -3&2&3&0&1&0\\[0.5em] -2&1&2&0&0&1\\ \end{array}\right]
Step 3
Get zeros as the first entries in rows 2 and 3. Multiply row 1 by 3, and then add the result to row 2.
[102120013+(3)03+223+3123+003+103+0212001]\left[\begin{array}{rrr|rrr}1&0&2&\frac{1}{2}&0&0\\[0.5em] 1\cdot 3+(-3)&0\cdot 3+2&2\cdot 3+3&\frac{1}{2}\cdot 3+0&0\cdot 3+1&0\cdot 3+0\\[0.5em] -2&1&2&0&0&1\\ \end{array}\right]
Replace row 2 with the sum.
[10212000293210212001]\left[\begin{array}{rrr|rrr}1&0&2&\frac{1}{2}&0&0\\[0.5em] 0&2&9&\frac{3}{2}&1&0\\[0.5em]-2&1&2&0&0&1\\ \end{array}\right]
Multiply row 1 by 2, and then add the result to row 3.
[1021200029321012+(2)02+122+2122+002+002+1]\left[\begin{array}{rrr|rrr}1&0&2&\frac{1}{2}&0&0\\[0.5em] 0&2&9&\frac{3}{2}&1&0\\[0.5em]1\cdot 2+(-2)&0\cdot 2+1&2\cdot 2+2&\frac{1}{2}\cdot 2+0&0\cdot 2+0&0\cdot 2+1\\ \end{array}\right]
Replace row 3 with the sum.
[10212000293210016101]\left[\begin{array}{rrr|rrr}1&0&2&\frac{1}{2}&0&0\\[0.5em] 0&2&9&\frac{3}{2}&1&0\\[0.5em] 0&1&6&1&0&1\\ \end{array}\right]
Step 4
Get 1 as the second entry in row 2. Switch rows 2 and 3.
[10212000161010293210]\left[\begin{array}{rrr|rrr}1&0&2&\frac{1}{2}&0&0\\[0.5em] 0&1&6&1&0&1\\[0.5em] 0&2&9&\frac{3}{2}&1&0\\ \end{array}\right]
Step 5
Get zeros as the second entries in rows 1 and 3. The second entry in row 1 is already zero. Multiply row 2 by –2, and then add the result to row 3.
[10212000161010(2)+01(2)+26(2)+91(2)+320(2)+11(2)+0]\left[\begin{array}{rrr|rrr}1&0&2&\frac{1}{2}&0&0\\[0.5em] 0&1&6&1&0&1\\[0.5em] 0\cdot (-2)+0&1\cdot (-2)+2&6\cdot (-2)+9&1\cdot (-2)+\frac{3}{2}&0\cdot (-2)+1&1\cdot (-2)+0\\ \end{array}\right]
Replace row 3 with the sum.
[10212000161010031212]\left[\begin{array}{rrr|rrr}1&0&2&\frac{1}{2}&0&0\\[0.5em]0&1&6&1&0&1\\[0.5em] 0&0&-3&-\frac{1}{2}&1&-2 \end{array}\right]
Step 6

Get 1 as the third entry in the third column.

Multiply each entry in row 3 by 13-\frac{1}{3}.
[1021200016101001161323]\left[\begin{array}{rrr|rrr}1&0&2&\frac{1}{2}&0&0\\[0.5em] 0&1&6&1&0&1\\[0.5em] 0&0&1&\frac{1}{6}&-\frac{1}{3}&\frac{2}{3} \end{array}\right]
Step 7
Get zero as the third entry in rows 1 and 2. Multiply row 3 by –2, and then add the result to row 1.
[0(2)+10(2)+01(2)+216(2)+1213(2)+023(2)+0016101001161323]\left[\begin{array}{rrr|rrr}0\cdot (-2)+1&0\cdot (-2)+0&1\cdot (-2)+2&\frac{1}{6}\cdot (-2)+\frac{1}{2}&-\frac{1}{3}\cdot (-2)+0&\frac{2}{3}\cdot (-2)+0\\[0.5em] 0&1&6&1&0&1\\[0.5em] 0&0&1&\frac{1}{6}&-\frac{1}{3}&\frac{2}{3} \end{array}\right]
Replace row 1 with the sum.
[100162343016101001161323]\left[\begin{array}{rrr|rrr}1&0&0&\frac{1}{6}&\frac{2}{3}&-\frac{4}{3}\\[0.5em] 0&1&6&1&0&1\\[0.5em] 0&0&1&\frac{1}{6}&-\frac{1}{3}&\frac{2}{3} \end{array}\right]
Multiply row 3 by –6, and then add the result to row 2.
[1001623430(6)+00(6)+11(6)+616(6)+113(6)+023(6)+1001161323]\left[\begin{array}{rrr|rrr}1&0&0&\frac{1}{6}&\frac{2}{3}&-\frac{4}{3}\\[0.5em] 0\cdot (-6)+0&0\cdot (-6)+1&1\cdot (-6)+6&\frac{1}{6}\cdot (-6)+1&-\frac{1}{3}\cdot (-6)+0&\frac{2}{3}\cdot (-6)+1\\[0.5em] 0&0&1&\frac{1}{6}&-\frac{1}{3}&\frac{2}{3} \end{array}\right]
Replace row 2 with the sum.
[100162343010023001161323]\left[\begin{array}{rrr|rrr}1&0&0&\frac{1}{6}&\frac{2}{3}&-\frac{4}{3}\\[0.5em] 0&1&0&0&2&-3\\[0.5em] 0&0&1&\frac{1}{6}&-\frac{1}{3}&\frac{2}{3} \end{array}\right]
Solution
A1=[162343023161323]A^{-1}=\begin{bmatrix}\frac{1}{6}&\phantom{-}\frac{2}{3}&-\frac{4}{3}\\[0.5em]0&\phantom{-}2&-3\\[0.5em] \frac{1}{6}&-\frac{1}{3}&\phantom{-}\frac{2}{3}\end{bmatrix}

A graphing calculator, a spreadsheet, or other mathematical software can also be used to find the inverse of a matrix. Using technology is a good way to check that the inverse of a matrix determined using other methods is correct.
Step-By-Step Example
Finding the Inverse of a Matrix Using Technology
Use technology to identify the inverse of matrix BB.
B=[152204316]B= \begin{bmatrix} \phantom{-}1 & -5 & 2 \\ \phantom{-}2 & \phantom{-}0 & 4 \\ -3 & \phantom{-}1 & 6 \end{bmatrix}
Step 1
First, enter the matrix into the calculator or software. Be sure to provide the correct dimensions of the matrix.
Step 2
Calculate the inverse by selecting the matrix and raising it to the -1 power. A calculator will often provide the inverse in decimal form first. Note that some software will have other ways to calculate the inverse matrix.
B1[0.03333330.26666670.16666670.20.100.01666670.11666670.0833333]B^{-1}\approx \begin{bmatrix} -0.0333333 & 0.2666667 & -0.1666667 \\ -0.2 & 0.1 & \phantom{-}0 \\ \phantom{-}0.0166667 & 0.1166667 & \phantom{-}0.0833333 \end{bmatrix}
Solution
Convert the decimals to fractions.
B1=[13041516151100160760112]B^{-1}= \begin{bmatrix} -\frac{1}{30} & \frac{4}{15} & -\frac{1}{6} \\[0.5em] -\frac{1}{5} & \frac{1}{10} & \phantom{-}0 \\[0.5em] \phantom{-}\frac{1}{60} & \frac{7}{60} & \phantom{-}\frac{1}{12} \end{bmatrix}

A formula can be used to find the inverse of a 2×22\times 2 matrix CC.
C=[abcd]C1=1adbc[dbca]C=\begin{bmatrix} a & b \\ c & d \end{bmatrix}\hspace{20pt}C^{-1}=\frac{1}{ad-bc}\begin{bmatrix} \phantom{-}d & -b \\ -c & \phantom{-}a \end{bmatrix}
The denominator of the scalar in the formula is equal to the difference of the products of the diagonals of CC. If the scalar is undefined, then CC has no inverse.
Step-By-Step Example
Determining the Inverse of a Matrix Using a Formula
Determine the inverse of matrix CC.
C=[2539]C=\begin{bmatrix} 2 & 5 \\ 3 & 9 \end{bmatrix}
Step 1
First, use the general form of a 2×22\times2 matrix to identify the values of aa, bb, cc, and dd.
C=[abcd]C=\begin{bmatrix} a & b \\ c & d \end{bmatrix}
a=2a=2, b=5b=5, c=3c=3, and d=9d=9.
Step 2
Substitute values into the formula.
C1=1adbc[dbca]C1=12(9)5(3)[9532]\begin{aligned}C^{-1}&=\frac{1}{ad-bc}\begin{bmatrix} \phantom{-}d & -b \\ -c & \phantom{-}a \end{bmatrix}\\C^{-1}&=\frac{1}{2(9)-5(3)}\begin{bmatrix} \phantom{-}9 & -5 \\ -3 & \phantom{-}2 \end{bmatrix}\end{aligned}
Step 3
Simplify the scalar, or real number.
C1=13[9532]C^{-1}=\frac{1}{3}\begin{bmatrix} \phantom{-}9 & -5 \\ -3 & \phantom{-}2 \end{bmatrix}
Step 4
Multiply each entry in the matrix by the scalar.
C1=[353123]C^{-1}=\begin{bmatrix} \phantom{-}3 & -\frac{5}{3} \\[0.5em] -1 & \phantom{-}\frac{2}{3} \end{bmatrix}
Solution
The inverse of matrix CC is:
C1=[353123]C^{-1}=\begin{bmatrix} \phantom{-}3 & -\frac{5}{3} \\[0.5em] -1 & \phantom{-}\frac{2}{3} \end{bmatrix}