• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • JEE MAIN 2025
    • NEET
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • TALLENTEX
    • AOSAT
    • ALLEN e-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Minors and Cofactors

Minors and Cofactors

In matrix theory, a minor is the determinant of a matrix obtained by deleting a given row and column. A minor multiplied by ( (-1){i+j}) gives what is called a cofactor.

1.0What are the Minors and Cofactors of a Matrix?

Minor of an Element 

A minor of an element in a matrix is the determinant of the matrix, which is arrived at by deleting the row and column, on which the element lies. A small problem of order n × n for a given matrix as described above, if one may want to find the minors and cofactors of determinate elements, then:

  • Delete the entire row and column of the element.
  • Calculate the determinant of the resulting (n - 1)(n - 1) matrix. 
  • The minor of an element is denoted by Mij.
  • Mij = determinant of the matrix obtained after removing the i-th row and j-th column from the matrix.

Cofactor of an Element

The cofactor of an element is found by multiplying its minor with (−1)i+j, where i is row no and j is column no of the element. The cofactor of the element aij is expressed by Cij and given by:

Cij​=(−1)i+jMij​

Where Mij is the minor part of aij.

Properties of Minors and Cofactors

  • The cofactor of an element is connected to the minor by the factor (-1)i+j.
  • The determinant of a matrix can be calculated by expanding along any row or column using the cofactors.
  • The determinant will be zero (0) if a row or column forms a linear combination of other rows or columns.

2.0Cofactor Expansion

The cofactor expansion, also known as the Laplace expansion, is a way of determining the determinant of a matrix. The determinant of a matrix A = [aij] can be expanded along any row or column. 

If we expand along the i-th row, the determinant is given by:

det(A)=∑j=1n​aij​cij​=∑j=1n​aij​(−1)i+jMij​

Similarly, if we expand along the j-th column, the determinant changes to: 

det(A)=∑i=1n​aij​Cij​=∑n=1n​aij​(−1)i+jMij​

3.0Find Minors and Cofactors of the Elements of the Determinant

Problem 1: In the given matrix: 

       2  3  1

A = 4  5  7

       6  8  9

Find: 

  • Find the minor M11 of the element a11 = 2. 
  • Find the Cofactor C11 of the element a11 = 2.

Solution: 

  1. Find the minor M11 of the element a11

To find Minor M11 delete the first row and first column of the given matrix A, and we will get: 

[58​79​]

M11​=det[58​79​]=(5×9)−(8×7)=45−56=−11

2) Find the Cofactor C11 of the element a11

Using the formula for finding the cofactor; 

Cij​=(−1)i+jMij​

C11​=(−1)1+1×(−11)=−11

Problem 2: Given the matrix 

       1  0  2  –1

A = 3  1  1   2

       4  2  2   3

       0  1  1   4

Find: 

  • Find the minor M12​ for element a12 = 0
  • Find the cofactor C12​ for element a12 = 0

Solution: 

  1. For finding M12 delete the first row and second column: 

3  1  2

4  2  3

0  1  4

M12=det  3  1  2

                   4  2  3

                   0  1  4

M12​=3×det[21​34​]−1×det[40​34​]+2×det[40​21​]

M12​=3(8−3)−1(16−0)+2(4−0)

M12​=15−16+8

M12​=7

  1. Find the cofactor C12 for the element a12 

With the help of the formula: 

Cij​=(−1)i+jMij​

C12​=(−1)1+2×7

C12​=−7

Problem 3: There is a company that has three departments such as marketing, sales, and production. The following matrix is used to represent the number of items sold by each department over three different years:

       3  5  2  

A = 4  7  3 

       6  8  4

Here:

R1​=Marketing department sales

R2​=Sales Department sales

R3​=Production department sales

Now, find the determinant of the above matrix A to see whether the given pattern of sales across the years is linearly dependent or independent. Sales data are linearly dependent if their determinant is zero, otherwise independent.

Solution: Calculate the determinant along R1

det(A)=3×det[78​34​]−5×[46​34​]+2×[46​78​]

det(A)=3(28−24)−5(16−18)+2(32−42)

det(A)=12+10−20=2

Since the determinant of the matrix is not 0, so the sales data is not linearly dependent.

Table of Contents


  • 1.0What are the Minors and Cofactors of a Matrix?
  • 1.1Minor of an Element 
  • 1.2Cofactor of an Element
  • 1.3Properties of Minors and Cofactors
  • 2.0Cofactor Expansion
  • 3.0Find Minors and Cofactors of the Elements of the Determinant

Frequently Asked Questions

Yes, minors and cofactors can be defined for any square matrix no matter how big, and prove to be very important in the computation of determinants, finding inverses, and solving systems of linear equations.

Minors and cofactors are used in Cramer's Rule, whereby the solution of systems of linear equations is found using the determinants of matrices generated by replacing columns of the coefficient matrix.

In essence, the determinant can be calculated using minors and cofactors through a method called cofactor expansion. The determinant is just a sum of the products of elements and their corresponding cofactors.

No, minors and cofactors are defined only for square matrices since their computation involves the evaluation of determinants, which are meaningful only for square matrices.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • NEET Mock Test
    • Olympiad
    • NEET 2025 Answer Key
    • JEE Advanced 2025 Answerkey
    • JEE Advanced Rank Predictor

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO