• 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
      • 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
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 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
      • College Predictor
      • Counselling
    • 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
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Co-factors

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∣=ai1​Ci1​+ai2​Ci2​+⋯+ain​Cin​

or, for a column,

∣A∣=a1j​C1j​+a2j​C2j​+⋯+anj​Cnj​

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 2​35​), 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=​101​240​356​​, Find the cofactor of (b12​) (element 2).

Solution:

  • Remove row 1 and column 2:(01​56​)
  • Minor = (0×6−1×5=−5)
  • Sign = ((−1)1+2=−1)
  • Cofactor = (−1×−5=5)

Example 3: Matrix of Cofactors

Given: C=(24​13​), 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=​105​216​340​​, Find the determinant by expanding along the first row.

Solution:

  • (C11​):Minor=(​16​40​​=(1)(0)−(6)(4)=−24), Sign=+1, Cofactor=-24
  • (C12​):Minor=(​05​40​​=(0)(0)−(5)(4)=−20), Sign=-1, Cofactor=20
  • (C13​):Minor=(​05​16​​=(0)(6)−(5)(1)=−5), Sign=+1, Cofactor=-5

Expand: ∣D∣=1×(−24)+2×20+3×(−5)=−24+40−15=1

Example 5: Using Cofactors to Find the Inverse

Given: E=(21​53​), Find the inverse using cofactors.

Solution:

  1. Find the matrix of cofactors: (C11​=3),(C12​=−1),(C21​=−5),(C22​=2)
  2. Matrix of cofactors: (3−5​−12​)
  3. Transpose (adjugate):(3−1​−52​)
  4. Determinant = (2×3−5×1=6−5=1)
  5. Inverse = adjugate/determinant: E−1=(3−1​−52​)

Also Read:

Matrices

Adjoint of a Matrix

Matrix Operations

Determinants and Matrices

Inverse Matrix

Matrix Multiplication Questions

Table of Contents


  • 1.0What is a Cofactor?
  • 2.0How to Find the Cofactor? 
  • 3.0Cofactor Formula 
  • 4.0Matrix of Cofactors 
  • 4.1Why is the Matrix of Cofactors Important?
  • 5.0Cofactors of Determinants 
  • 6.0Solved Examples on Cofactors

Frequently Asked Questions

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 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
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor
    • NEET 2025 Counselling

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

ISO