Minors and Cofactor: Overview, Questions, Preparation

Determinant of a Matrix 2025 ( Maths Determinants )

Rachit Kumar Saxena
Updated on Aug 19, 2025 12:02 IST

By Rachit Kumar Saxena, Manager-Editorial

While studying the chapter determinants, you will come across a concept called minors and cofactors. The significance of minors and cofactors is to divide the matrices into smaller parts for easier calculation. This makes it easier to handle the matrices and avoid any calculation mistake. For exams like JEE MAINS, it is essential to practise questions related to this topic as it can easily help to score well.

Keep reading the article to learn more in depth aspects of minors and cofactors.

Table of content
  • What are Minors and Cofactors?
  • Minors and Cofactors Calculation Techniques
  • How to find a Minor?
  • How to find a Cofactor?
  • Practice Question
  • Applications
Maths Determinants Logo

What are Minors and Cofactors?

Minor of an element is the determinant of the matrix obtained by deleting a specific row and column from a larger matrix.

If A = [ a i j ]  (square matrix)

Minor M i j = determinant obtained by deleting ith row and jth column of matrix A.

Similarly, cofactor is a term similar to that of a minor. In simple terms, it is a minor multiplied by (–1) i+j which gives a sign (positive or negative) to the element.

The cofactors A i j of an element a i j of a square matrix A = [ a i j ] can be defined as,

A i j = (–1) i+j      M i j

Maths Determinants Logo

Minors and Cofactors Calculation Techniques

Let us understand the concept of minors and cofactors through the following cases.

Case 1: A 2x2 Matrix

Consider the matrix A = [ 1 2 3 4 ]

Then,

Minor of a 1 1 = M 1 1 = 4               Cofactors of a 1 1 = A 1 1 = (–1) 1+1 M 1 1 = 4

Minor of a 1 2 = M 1 2 = 3               Cofactors of a 1 2 = A 1 2 = (–1) 1+2 M 1 2 = – 3

Minor of a 2 1 = M 2 1 =2                Cofactors of a 2 1 = A 2 1 = (–1) 2+1 M 2 1 = – 2

Minor of a 2 2 = M 2 2 = 1              Cofactors of a 2 2 = A 2 2 = (–1) 2+2 M 2 2 = 1

Case 2: A 3x3 Matrix b 2 3

Now, consider the matrix B = [ 1 2 3 4 5 6 7 8 9 ] . Then,

Minor of b 1 1 = M 1 1 = | 5 6 8 9 | = – 3           Cofactors of b 1 1 = B 1 1 = (–1) 1+1 M 1 1 = – 3

Minor of b 1 2 = M 1 2 = | 4 6 7 9 | = – 6           Cofactors of b 1 2 = B 1 2 = (–1) 1+2 M 1 2 = 6

Minor of b 1 3 = M 1 3 = | 4 5 7 8 | = – 3            Cofactors of b 1 3 = B 1 3 = (–1) 1+3 M 1 3 = – 3

Minor of b 2 1 = M 2 1 = | 2 3 8 9 | = – 6            Cofactors of b 2 1 = B 2 1 = (–1) 2+1 M 2 1 = 6

Minor of b 2 2 = M 2 2 = | 1 3 7 9 | = –12           Cofactors of b 2 2 = B 2 2 = (–1) 2+2 M 2 2 = – 12

Minor of b 2 3 = M 2 3 = | 1 2 7 8 | = – 6          Cofactors of b 2 3 = B 2 3 = (–1) 2+3 M 2 3 = 6

Minor of b 3 1 = M 3 1 = | 2 3 5 6 | = – 3           Cofactors of b 3 1 = B 3 1 = (–1) 3+1 M 3 1 = – 3

Minor of b 3 2 = M 3 2 = | 1 3 4 6 | = – 6          Cofactors of b 3 2 = B 3 2 = (–1) 3+2 M 3 2 = 6

Minor of b 3 3 = M 3 3 = | 1 2 4 5 | = – 3           Cofactors of b 3 3 = B 3 3 = (–1) 3+3 M 3 3 = –3

Maths Determinants Logo

How to find a Minor?

Finding the minor of an element involves some simple steps. To do so, you need to eliminate the row and column containing that specific element. First, choose the element for which you wish to find the minor. For example, if you have a 3x3 matrix and want to find the minor of the element in the first row first column, eliminate the first row and first column.

After that, you will get a smaller matrix comprising of the remaining elements. Simply calculate the determinant of the remaining 2x2 matrix. 

Maths Determinants Logo

How to find a Cofactor?

Cofactor is nothing but simply a signed minor that is determined by the position of the element in the original matrix. Simply calculate the minor of the element first in order to proceed with the cofactor steps.

After finding the minor, put the value into the cofactor formula and look for the following point in the end-result:

  • If (i+j) is even, the cofactor is the same as the minor. 
  • If (i+j) is odd, the cofactor is the negative of the minor. 
Maths Determinants Logo

Practice Question

Solve the following problem to clear your basic concepts related to minors and cofactors.

Question: Write the minors and cofactors of the elements of [ 1 2 4 3 ] .

Answer: Let A = [ a i j ] = [ 1 2 4 3 ] . Then,

Minor of a 1 1 = M 1 1 = 3               Cofactors of a 1 1 = A 1 1 = (–1) 1+1 M 1 1 = 3

Minor of a 1 2 = M 1 2 = 4               Cofactors of a 1 2 = A 1 2 = (–1) 1+2 M 1 2 = – 4

Minor of a 2 1 = M 2 1 = – 2           Cofactors of a 2 1 = A 2 1 = (–1) 2+1 M 2 1 = 2

Minor of a 2 2 = M 2 2 = 1              Cofactors of a 2 2 = A 2 2 = (–1) 2+2 M 2 2 = 1

Maths Determinants Logo

Applications

Minors and Cofactors are an important part of the chapter determinants and have the following mentioned applications in the subject:

  1.  Inverse of a Matrix: Finding the inverse of a matrix involves calculating the adjoint matrix i.e. transpose of the cofactor matrix. 
  2.  Linear Equations: An important principle called Cramer's rule relies on determinants, which are calculated using minors and cofactors. Cramer’s rule is used to solve systems of linear equations.
  3.  Computer Science: Minors and cofactors have numerous applications in major areas of computer science, such as in algorithms, discrete mathematics, machine learning, and data structures involving matrices. 
  4.  Engineering: Scientists and engineers also use minors and cofactors to solve some of the complex equations which are used in designing and manufacturing of equipments. 
qna

Maths Determinants Exam

Student Forum

chatAnything you would want to ask experts?
Write here...