Skill: Calculate the inverse of a 3 by 3 matrix using cofactors

Explanation and Free Practice Resources

For a 3×33\times3 matrix with nonzero determinant, its inverse is the transpose of its cofactor matrix divided by the determinant; each cofactor is the signed determinant of the corresponding 2×22\times2 minor. This connects determinants and cofactors to the identity AA−1=IAA^{-1}=I: the inverse undoes the transformation represented by the matrix, while a zero determinant means no inverse exists. The focus is on numerical 3×33\times3 matrices, not general formulas for arbitrary dimensions.

Detailed Explanation: Calculate the inverse of a 3 by 3 matrix using cofactors

To find the inverse of a 3×33\times3 matrix, first calculate its determinant. If the determinant is nonzero, find each cofactor, arrange them in a cofactor matrix, transpose that matrix, and divide by the determinant.

Consider

A=(120011101).A=\begin{pmatrix} 1&2&0\\ 0&1&1\\ 1&0&1 \end{pmatrix}.

1. Calculate the determinant. Expand along the first row. The signs across that row are +,−,++,-,+:

det⁡(A)=1∣1101∣−2∣0111∣+0∣0110∣=1(1)−2(−1)+0=3.\det(A) =1\begin{vmatrix}1&1\\0&1\end{vmatrix} -2\begin{vmatrix}0&1\\1&1\end{vmatrix} +0\begin{vmatrix}0&1\\1&0\end{vmatrix} =1(1)-2(-1)+0=3.

Since det⁡(A)=3≠0\det(A)=3\ne0, the inverse exists.

2. Find all the cofactors. Each cofactor is the determinant of the 2×22\times2 minor, multiplied by its sign. The signs follow the pattern

(+−+−+−+−+).\begin{pmatrix} +&-&+\\ -&+&-\\ +&-&+ \end{pmatrix}.

For example, the cofactor in position (1,2)(1,2) is

C12=−∣0111∣=1.C_{12}=-\begin{vmatrix}0&1\\1&1\end{vmatrix}=1.

Calculating the other cofactors in the same way gives

C=(11−1−2122−11).C=\begin{pmatrix} 1&1&-1\\ -2&1&2\\ 2&-1&1 \end{pmatrix}.

3. Transpose the cofactor matrix and divide by the determinant.

A−1=1det⁡(A)CT=13(1−2211−1−121).A^{-1}=\frac{1}{\det(A)}C^{T} =\frac13\begin{pmatrix} 1&-2&2\\ 1&1&-1\\ -1&2&1 \end{pmatrix}.

The inverse undoes the transformation represented by AA: multiplying AA by A−1A^{-1} gives the identity matrix II. If the determinant had been zero, the inverse would not exist.

Learn by doing: Calculate the inverse of a 3 by 3 matrix using cofactors

Click a topic below to practice the foundational skills you'll need, learn the steps, or master this skill

Your results

Practice with unlimited practice problems

Matrices - Matrix to Inverse (3x3, with Formula)


    ?

    Download/Modify Free Grade 12 'Calculate the inverse of a 3 by 3 matrix using cofactors' Worksheet

    Print this free 'Calculate the inverse of a 3 by 3 matrix using cofactors' worksheet to practice this skill away from the computer. Click 'Modify' to easily customize this worksheet to your exact needs.

    Explore More Grade 12 Math