The matrix of cofactors is formed by calculating the cofactor for each element of the original matrix and replacing each element with its corresponding cofactor value. This matrix is used to find the adjugate and inverse of a matrix.
Yes, if the minor is zero, the cofactor will also be zero.
No, they are also essential for finding the inverse and adjugate of matrices.
Cofactors are essential for expanding determinants of matrices (especially for matrices larger than 2x2) using Laplace expansion. They also play a vital role in finding the adjugate and inverse of a matrix.
No, cofactors are only defined for square matrices because minors (and hence cofactors) require the calculation of determinants of square submatrices.
Join ALLEN!
(Session 2026 - 27)
Choose class
Choose your goal
Preferred Mode
Choose State
Cofactors in Matrices
1.0What is a Cofactor?
A Cofactor is a key concept in linear algebra that is used to find the determinants, adjoint, and inverse of a matrix.
The cofactor of an element in a square matrix is the determinant of the submatrix that you get by taking out that element's row and column, and multiplying it by a sign factor.
Mathematically, if A=[aij] is an n×n matrix, then the Cofactor of the element aij is given by:
Cij=(−1)i+jMij
Here:
Mij = minor of the element aij (determinant of the submatrix obtained after deleting the i-th row and j-th column).
(−1)i+j=Sign Factor
So, cofactors are basically minors with signs attached.
2.0How to Find the Cofactor?
To find the cofactor of a matrix element, follow these straightforward steps:
Step 1: Select the Element
Choose the element (aij) in the matrix for which you want to find the cofactor.
Step 2: Form the Minor
Remove the i-th row and j-th column containing (aij). The remaining matrix is called the minor matrix of (aij).
Step 3: Calculate the Minor
Find the determinant of the minor matrix. This value is called the minor((Mij))of(aij).
Step 4: Apply the Sign
Multiply the minor by ((−1)i+j) to get the cofactor ((Cij)).
3.0Cofactor Formula
The standard cofactor formula for a square matrix (A) is: Cij=(−1)i+j⋅Mij
Where:
(Cij) = Cofactor of element at (i, j)
(Mij) = Minor of element at (i, j) (determinant of the submatrix formed by removing row i and column j)
((−1)i+j) = Sign factor (positive if i+j is even, negative if odd)
4.0Matrix of Cofactors
The matrix of cofactors is created by replacing every element of the original matrix with its corresponding cofactor. If you have a (3×3) matrix, your matrix of cofactors will also be (3×3), but with each element showing the cofactor of the original element in that position.
Why is the Matrix of Cofactors Important?
To find the adjugate (adjoint) matrix, you take the transpose of the cofactors matrix.
To find the inverse of a matrix ((A−1)), you need to use the adjugate matrix.
5.0Cofactors of Determinants
Cofactors are crucial when you want to expand a determinant. To find the determinant of a square matrix, you can multiply each element in a row (or column) by its cofactor and then add up the results.
Determinant Expansion (using cofactors):
∣A∣=ai1Ci1+ai2Ci2+⋯+ainCin
or, for a column,
∣A∣=a1jC1j+a2jC2j+⋯+anjCnj
This process is called Laplace expansion.
6.0Solved Examples on Cofactors
Below are five step-by-step cofactors examples at the JEE level:
Example 1: Cofactor of an Element in a 2x2 Matrix
Given:A=(4 235), Find the cofactor of (a_{21}) (element 2).
Solution:
Remove row 2 and column 1: Left with 3.
Minor = 3
Sign = ((−1)2+1=−1)
Cofactor =(−1×3=−3)
Example 2: Cofactor in a 3x3 Matrix
Given:B=101240356, Find the cofactor of (b12) (element 2).
Solution:
Remove row 1 and column 2:(0156)
Minor = (0×6−1×5=−5)
Sign = ((−1)1+2=−1)
Cofactor = (−1×−5=5)
Example 3: Matrix of Cofactors
Given:C=(2413), Find the matrix of cofactors.
Solution:
(C11): Remove row 1, col 1: Minor = 3, Sign = +1. Cofactor = 3
(C12): Remove row 1, col 2: Minor = 4, Sign = -1. Cofactor = -4
(C21): Remove row 2, col 1: Minor = 1, Sign = -1. Cofactor = -1
(C22): Remove row 2, col 2: Minor = 2, Sign = +1. Cofactor = 2
Matrix of cofactors: (3−1−42)
Example 4: Cofactors of Determinants (Expanding a 3x3 Determinant)
Given:D=105216340, Find the determinant by expanding along the first row.