Skill: Calculate minors of a 3 by 3 matrix

Explanation and Free Practice Resources

For a 3×3 matrix, the minor associated with an entry is the determinant of the 2×2 submatrix formed by deleting that entry’s row and column, calculated as the product of the main-diagonal entries minus the product of the other-diagonal entries. The nine minors are unsigned; they differ from cofactors, which include alternating signs, and supply the values used in cofactor expansion of a 3×3 determinant. Generalization to larger matrices is outside this scope.

Detailed Explanation: Calculate minors of a 3 by 3 matrix

To find the minor MijM_{ij} of an entry in row ii, column jj:

  1. Delete that entry’s row and column.
  2. Find the determinant of the remaining 2×22\times2 matrix. For (abcd)\begin{pmatrix}a&b\\c&d\end{pmatrix}, calculate ad−bcad-bc.

Minors are unsigned in the sense that you do not apply the alternating signs used for cofactors. A minor itself can still be negative.

For example, find all the minors of

A=(123045106).A=\begin{pmatrix} 1&2&3\\ 0&4&5\\ 1&0&6 \end{pmatrix}.

For the entry in row 1, column 1, delete row 1 and column 1:

M11=∣4506∣=(4)(6)−(5)(0)=24.M_{11}=\begin{vmatrix}4&5\\0&6\end{vmatrix} =(4)(6)-(5)(0)=24.

Repeat this process for each entry. The resulting minors are

M11=∣4506∣=24,M12=∣0516∣=−5,M13=∣0410∣=−4,M21=∣2306∣=12,M22=∣1316∣=3,M23=∣1210∣=−2,M31=∣2345∣=−2,M32=∣1305∣=5,M33=∣1204∣=4.\begin{aligned} M_{11}&=\begin{vmatrix}4&5\\0&6\end{vmatrix}=24, & M_{12}&=\begin{vmatrix}0&5\\1&6\end{vmatrix}=-5, & M_{13}&=\begin{vmatrix}0&4\\1&0\end{vmatrix}=-4,\\[4pt] M_{21}&=\begin{vmatrix}2&3\\0&6\end{vmatrix}=12, & M_{22}&=\begin{vmatrix}1&3\\1&6\end{vmatrix}=3, & M_{23}&=\begin{vmatrix}1&2\\1&0\end{vmatrix}=-2,\\[4pt] M_{31}&=\begin{vmatrix}2&3\\4&5\end{vmatrix}=-2, & M_{32}&=\begin{vmatrix}1&3\\0&5\end{vmatrix}=5, & M_{33}&=\begin{vmatrix}1&2\\0&4\end{vmatrix}=4. \end{aligned}

The minors, arranged in the same positions as the original entries, are

(24−5−4123−2−254).\begin{pmatrix} 24&-5&-4\\ 12&3&-2\\ -2&5&4 \end{pmatrix}.

Each minor is just the 2×22\times2 determinant left after deleting the corresponding row and column.

Learn by doing: Calculate minors of a 3 by 3 matrix

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 of Minors (3x3) - Single Value


    ?

    Download/Modify Free Grade 12 'Calculate minors of a 3 by 3 matrix' Worksheet

    Print this free 'Calculate minors of a 3 by 3 matrix' 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