Summarize this article:
112 LearnersLast updated on October 30, 2025

In matrix theory, the minors and cofactors play a role in finding the adjoint, determinant, and inverse of the matrix. They help to break down complex calculations into simple ones. In this article, we will understand minors and cofactors.
A minor is the determinant of the small square matrix obtained by removing one row and column from the original matrix. They are used to find the determinant and cofactor of the matrix.
For example, \(\begin{bmatrix} 1&2&3\\4&5&6\\7&8&9 \end{bmatrix}\)
Solution: In this matrix, we are going to remove the first row and column:
\(M_{11} = \begin{bmatrix} 5&6\\8&9 \end{bmatrix}\)
Then find the determinant for the minor
det(A) = ad -bc
M11 = (5)(9) -(6)(8)
M11 = 45 -48
M11 = -3
The minor of a11 is -3
The cofactor of an element is the multiplication of its minor by (-1) i + j, where i and j are the rows and columns of the elements.
For example, find the cofactor of the element in row 1, column 1 (which is 1).
\(\begin{bmatrix} 1&2&3\\4&5&6\\7&8&9 \end{bmatrix}\)
Solution:
The cofactor of 1 is -3
The matrix consisting of all the cofactors of the element is called the cofactor matrix.
Now, let's see some properties of minor and cofactors. The properties are:
The cofactor expansion, also called Laplace expansion, is used to find the determinant of the matrix by using the minors and cofactors.
It follows the formula: \(Det (A) = a_{i1}Ci_{i1} + a_{i2}C_{i2} +. . . + a_{in} C_{in}\)
The adjoint of a matrix is the transpose of the cofactor matrix of the original matrix. There are several steps involved in finding an adjoint matrix. The steps are as follows:
The inverse of a matrix is the matrix that, when multiplied with the original matrix, gives the identity matrix, much like multiplying a number by its reciprocal. The formula \(A^{-1} = \frac{1}{|A|} Adj A\) can be used to find the inverse of a matrix.
To help to master minors and cofactors, here are some essential tips and tricks:
Parent Tip:
The minors and cofactors are simple concepts, but students often make mistakes while solving the problem. Here are some mistakes and how to avoid them.
Minors and cofactors are not only used in solving problems, but they also play a role in the real world. Here are some examples are given below
Find the minor and cofactor of A12 in the given matrix
Minor of A12 = -18
Cofactor of A12 = 18
Given Matrix: \(\begin{bmatrix} 3&2&1\\1&0&4 \\5&6&2 \end{bmatrix}\)
Cofactor = (-1)1+2 × (-18)
Cofactor = (-1)3 × (-18)
Cofactor = -1 × (-18)
Cofactor = 18
Find the minor and cofactor of A11
Minor of A11 = -24
Cofactor of A11 = -24
Given matrix: \(\begin{bmatrix}3&2&1\\1& 0&4\\ 5&6&4 \end{bmatrix}\)
Minor of A11 = -24
Cofactor of A11 = -24
Find the minor and cofactor of A22
Minor of A22 = 10
Cofactor of A22 = 10
Given Matrix: \(\begin{bmatrix} 2&4&1\\3&5&0\\6&7&8 \end{bmatrix}\)
Minor of A22 = 10
Find the minor and cofactor of A23
Minor of A23 = -14
Cofactor of A23 = 14
Given Matrix: \(\begin{bmatrix} 4&2&5\\1&3&6\\7&0&8 \end{bmatrix}\)
First to identify the element at A23 = 6 (Row = 2, Column = 3)
Remove the 2nd row and 3rd column, which becomes
\(\begin{bmatrix} 4&2\\7&0 \end{bmatrix}\)
Then find the determinant
Minor = (4 × 0) - (2 × 7)
Minor = 0 -14
Minor = -14
At last, find the cofactor
Cofactor = (-1)2+3 × (-14)
Cofactor = -14 × (-14)
Cofactor = 14
Find the minor and cofactor of A31
Minor of A31 = 12
Cofactor of A31 = 12
Given mATRI\(\begin{bmatrix} 1&4&7 \\ 2&0&3 \\5&6&8\end{bmatrix}\)
First to identify A31 = 5 (Row = 3, Column = 1)
Remove the 3rd row and 3rd column, which becomes\begin{bmatrix}
\(\begin{bmatrix} 4&7 \\ 0&3 \end{bmatrix}\)
Then find the minor
Minor = (4 × 3) - (7 × 0)
Minor = 12 -0
Minor = 12
At last, find the cofactor
Cofactor = (-1)3+1 × (12)
Cofactor = (-1)4 × (12)
Cofactor = 12




