• 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
Adjoint of a Matrix

Adjoint of a Matrix

The adjoint of a matrix is a fundamental concept in linear algebra, closely related to the inverse of a matrix. It is a matrix composed of the cofactors of the original matrix, transposed. This concept is particularly important in solving systems of linear equations, finding inverses, and other matrix-related computations.

1.0What is the Adjoint of a Matrix?

The adjoint of a matrix (sometimes called the adjugate) is the transpose of the cofactor matrix of a given square matrix. For a matrix A, the adjoint is denoted by adj(A). The cofactor matrix is created by replacing each element of A with its corresponding cofactor.

2.0Adjoint of a Matrix Formula

Given a square matrix A, the adjoint of A, denoted by adj(A), is the transpose of its cofactor matrix.

Here's the step-by-step process to compute the adjoint:

  1. Cofactor Matrix: For each element aij​ of the matrix A, determine its cofactor Cij​. The cofactor is the determinant of the minor matrix that remains after removing the ith row and jth column, multiplied by (−1)i+j.
  2. Construct the Cofactor Matrix: Arrange all the cofactors Cij​​ into a matrix, called the cofactor matrix.
  3. Transpose the Cofactor Matrix: Swap the rows and columns of the cofactor matrix to obtain the adjoint of the matrix A.

Mathematically, if A is a n × n matrix, then the adjoint of A, denoted by adj(A), is given by:

adj(A)=Cofactor(AT)

3.0Mathematical Representation

If A is a square matrix of order n, then the adjoint of A, adj(A), is given by:

adj(A)=​C11​C12​...C1n​​C21​C22​...C2n​​.............​Cn1​Cn2​...Cnn​​​

Where Cij is the cofactor of the element aij in matrix A.

4.0Adjoint of a 2 × 2 Matrix

For a 2 × 2 matrix A=[ac​bd​] , the adjoint is computed as follows:

  1. Find the Cofactors:
  • C11 = d 
  • C12 = –c 
  • C21 = –b 
  • C22 = a 
  1. Construct the Cofactor Matrix:

Cofactor(A)=[d−c​−ba​]

  1. Transpose the Cofactor Matrix:

adj(A)=[d−b​−ca​]

So, the adjoint of matrix A is: adj(A)=[d−b​−ca​]

5.0Adjoint of a 3 × 3 Matrix

Consider the matrix A as: A=​101​240​356​​

  1. Find the Cofactors
  • Cofactor of A11: Minor ofA11​=​40​56​​=4(6)−5(0)=24
  • Cofactor of A12: Minor ofA12​=​01​56​​=0(6)−5(1)=−5
  1. Construct the Cofactor Matrix

Cofactor(A)=​24−12−2​53−5​−424​​

  1. Transpose the Cofactor Matrix

adj(A)=​245−4​−1232​−2−54​​

Thus, the adjoint of the matrix A is:

adj(A)=​245−4​−1232​0−154​​

6.0Cofactor and Adjoint of a Matrix

The concept of the cofactor is central to finding the adjoint of a matrix. For any square matrix A, the cofactor of an element aij (where i is the row and j is the column) is the determinant of the submatrix that remains after removing the ith row and jth column, multiplied by (–1)i+j.

7.0Importance of the Adjoint of a Matrix

The adjoint of a matrix is crucial in finding the inverse of a matrix. For a non-singular matrix A, the inverse is given by: A−1=det(A)1​adj(A)

Where det(A) is the determinant of A. If the determinant is non-zero, the inverse exists, and the adjoint is used to compute it.

8.0Adjoint of a Matrix Example

Example 1:  Let’s find the adjoint of a 2 × 2 matrix B:

B=[25​13​]

Solution: 

  1. Find the Cofactors
  • Cofactor of B11: Cofactor B11 = 3 
  • Cofactor of B12: Cofactor B12 = –5 
  • Cofactor of B21: Cofactor B21 = –1 
  • Cofactor of B22: Cofactor B22= 2 
  1. Construct the Cofactor Matrix

Cofactor(B)=[3−1​−52​]

  1. Transpose the Cofactor Matrix

adj(B)=[3−5​−12​]

So, the adjoint of matrix B is:

adj(B)=[3−5​−12​]


Example 2: Find the Adjoint of a 3 × 3 Matrix. Given the matrix A:

A=​24−1​312​1−35​​

Solution: 

  1. Find the Cofactors

To find the cofactor of each element in the matrix, we need to determine the determinant of the 2 × 2 submatrices that remain after removing the respective row and column of each element.

Cofactor of a11 = 2:

 Minor ofa11​=​12​−35​​ =(1)(5)–(–3)(2) =5+6=11

Cofactor C11 = 11.

Cofactor of a12 = 3:

Minor of a12 = ​4−1​−35​​ =(4)(5)–(–3)(–1)  =20–3=17

Cofactor C12 = –17 (note the sign change due to the position of the element).

Cofactor of a13 = 1:

Minor of a13 = ​4−1​12​​=(4)(2)–(1)(–1) =8+1=9

Cofactor C13 = 9.

Cofactor of a21 = 4:

Minor of a21 = ​32​15​​ =(3)(5)–(1)(2) =15–2=13

Cofactor C21 = –13 (note the sign change due to the position of the element).

Cofactor of a22 = 1:

Minor of a22 = ​2−1​15​​ =(2)(5)–(1)(–1) =10+1=11

Cofactor C22 = 11.

Cofactor of a23 = –3:

Minor of a23 = ​2−1​32​​=(2)(2)–(3)(–1) =4+3=7

Cofactor C23 = –7 (note the sign change due to the position of the element).

Cofactor of a31 = –1:

Minor of a31 = ​31​1−3​​=(3)(–3)–(1)(1) =–9–1=–10

Cofactor C31 = –10.

Cofactor of a32 = 2:

Minor of a32 = ​24​1−3​​=(2)(–3)–(1)(4) =–6–4=–10

Cofactor C32 = 10 (note the sign change due to the position of the element).

Cofactor of a33 = 5:

Minor of a33 =​24​31​​=(2)(1)–(3)(4) =2–12=–10

Cofactor C33 = –10.

  1. Construct the Cofactor Matrix

Now, arrange all the cofactors into a cofactor matrix:

Cofactor(A)=​11−13−10​−171110​9−7−10​​

  1. Transpose the Cofactor Matrix

Finally, transpose the cofactor matrix to get the adjoint of the matrix A:

adj(A)=​11−179​−1311−7​−1010−10​​

The adjoint of the matrix A is:

adj(A)=​11−179​−1311−7​−1010−10​​


Example 3: Adjoint of a 2 × 2 Matrix. Consider the matrix B: B=[42​76​]

Solutions:

  1. Find the Cofactors

Cofactor of b11 = 4:

Minor of b11 = 6

Cofactor C11 = 6 .

Cofactor of b12 = 7:

Minor of b12 = 2

Cofactor C12 = –2. (since it’s in an odd position).

Cofactor of b21 = 2:

Minor of b21 = 7

Cofactor C21 = –7. (since it’s in an odd position).

Cofactor of b22 = 6:

Minor of b22 = 4

Cofactor C22 = 4.

  1. Construct the Cofactor Matrix

Cofactor(B)=[6−7​−24​]

  1. Transpose the Cofactor Matrix

adj(B)=[6−2​−74​]

Final Answer

The adjoint of matrix B is:

adj(B)=[6−2​−74​]


Example 4: Adjoint of a 3x3 Matrix. Consider the matrix C:

C=​201​140​356​​

Solutions:

  1. Find the Cofactors

Cofactor of c11 = 2:

Minor of c11 = ​40​56​​=(4)(6)–(5)(0)=24

Cofactor C11 = 24.

Cofactor of c12 = 1:

Minor of c12 =​01​56​​=(0)(6)–(5)(1)=–5 

Cofactor C12 = 5. (since it’s in an odd position).

Cofactor of c13 = 3:

Minor of c13 =​01​40​​=(0)(0)–(4)(1)=–4 

Cofactor C13 = –4.

Cofactor of c21 = 0:

Minor of c21 = ​10​36​​=(1)(6)–(3)(0)=6

Cofactor C21 = –6. (since it’s in an odd position).

Cofactor of c22 = 4:

Minor of c22 = ​21​36​​=(2)(6)–(3)(1)=12–3=9

Cofactor C22 = 9.

Cofactor of c23 = 5:

Minor of c23 = ​21​10​​=(2)(0)–(1)(1)=–1

Cofactor C23 = 1. (since it’s in an odd position).

Cofactor of c31 = 1:

Minor of c31 = ​14​35​​=(1)(5)–(3)(4)=5–12=–7

Cofactor C31 = –7.

Cofactor of c32 = 0:

Minor of c32 = ​21​35​​=(2)(5)−(3)(1)=10−3=7

Cofactor C32 = –7. (since it’s in an odd position).

Cofactor of c33 = 6:

Minor of c33 = ​20​14​​=(2)(4)−(1)(0)=8

Cofactor C33 = 8.

  1. Construct the Cofactor Matrix

Cofactor(C)=​24−6−7​5910​−4−18​​

  1. Transpose the Cofactor Matrix

adj(C)=​245−4​69−1​−7108​​

Final Answer

The adjoint of matrix C is:

adj(C)=​245−4​69−1​−7108​​


Example 5: Consider matrix D and find the adjoint of matrix D.

D=[0−1​10​]

Solutions:

  1. Find the Cofactors

Cofactor of d11 = 0:

Minor of d11 = 0

Cofactor C11 = 0.


Cofactor of d12 = 1:

Minor of d12 = –1

Cofactor C12 = 1. (since it’s in an odd position).


Cofactor of d21 = –1:

Minor of d21 = 1

Cofactor C21 = –1. (since it’s in an odd position).


Cofactor of d22 = 0:

Minor of d22 = 0

Cofactor C22 = 0.

  1. Construct the Cofactor Matrix

Cofactor(D)=[0−1​10​]

  1. Transpose the Cofactor Matrix

adj(D)=[01​−10​]

Final Answer

The adjoint of matrix D is: adj(D)=[01​−10​]

9.0Practice Problems On Adjoint of a Matrix Questions

  1. Find the adjoint of the following matrix: A=​43−2​76−5​210​​
  2. Find the adjoint of the following matrix: B=​147​258​369​​
  3. Given a 2 × 2 matrix C=[ac​bd​] , find adj(C).
  4. Calculate the adjoint of a 4 × 4 matrix D:D=​1234​2341​3412​4123​​

Table of Contents


  • 1.0What is the Adjoint of a Matrix?
  • 2.0Adjoint of a Matrix Formula
  • 3.0Mathematical Representation
  • 4.0Adjoint of a 2 × 2 Matrix
  • 5.0Adjoint of a 3 × 3 Matrix
  • 6.0Cofactor and Adjoint of a Matrix
  • 7.0Importance of the Adjoint of a Matrix
  • 8.0Adjoint of a Matrix Example
  • 9.0Practice Problems On Adjoint of a Matrix Questions

Frequently Asked Questions

The adjoint of a matrix, often denoted as adj(A), is obtained by taking the transpose of the cofactor matrix of a given square matrix A.

To calculate the adjoint of a matrix: Find the cofactors of all elements in the matrix. Construct the cofactor matrix by arranging these cofactors in their respective positions. Transpose the cofactor matrix to obtain the adjoint.

The cofactor of an element in a matrix is the determinant of the submatrix formed by removing the row and column of that element, with an appropriate sign (+ or –). The adjoint of a matrix is the transpose of the cofactor matrix.

No, the adjoint is defined only for square matrices (matrices with the same number of rows and columns). Non-square matrices do not have a well-defined adjoint.

Yes, the adjoint matrix is unique for any given square matrix because it is derived directly from the specific values and structure of the original matrix.

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 Answer Key
    • JEE Advanced Rank Predictor

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

ISO