BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon137 Learners

Last updated on October 23, 2025

Adjoint of a Matrix

Professor Greenline Explaining Math Concepts

The adjoint (or adjoint) of a square matrix is a fundamental concept in linear algebra. It is also called the transpose of the cofactor matrix of the given matrix. The adjoint of a matrix plays a very important role in calculating its inverse, provided the matrix is invertible. This concept is essential for solving systems of linear equations and analyzing matrix properties

Adjoint of a Matrix for US Students
Professor Greenline from BrightChamps

What is the Adjoint of a Matrix?

The adjoint of a square matrix is a core concept used in various applications, like solving systems of linear equations and computing matrix inverses.

 

  • The adjoint of a matrix is derived by first building its cofactor matrix and then taking the transpose of that matrix.

 

  • Every element in the cofactor matrix is the cofactor of the corresponding element in the original matrix.

 

  • For a square matrix A, its adjoint is indicated as adj(A).

 

This concept is fundamental in linear algebra and has applications in solving systems of linear equations and matrix theory.

Professor Greenline from BrightChamps

What are the Properties of the Adjoint of a Matrix?

The adjoint or adjugate of a matrix is the transpose of the matrix of the corresponding cofactors. It is used for calculating the inverse of a matrix. Here, we will be learning the properties of adjoint of a matrix:

 

 

  1. Identity Relation: For any square matrix A of order n the following holds:

    \(A \ adj(A)= adj(A) × A = det(A) × I_n\)

    Where In​ is the identity matrix of order n.

     
  2. Determinant of Adjoint: The determinant of the adjoint of A is related to the determinant of A by:

    \(det(adj(A)) = det(A) ^{n-1}\)

    This property is notable only when A is invertible.

     
  3. Transpose Property: The adjoint of the transpose of A will be equal to the transpose of the adjoint of A:

    \(adj(A^T) = Adj(A)^T\)

    This property facilitates the computation of adjoints in matrix operations involving transposition.

     
  4. Scalar Multiplication: For every kind of square matrix A of order n × n and any scalar k, the adjoint of the matrix kA is given by:

    \(adj(kA)=k^{n-1} × adj (A).\)

    This property is useful when dealing with scalar multiples of matrices.

     
  5. Product of matrices: For every two square matrices A and B of the same order, the adjoint of their product will be the product of their adjoints taken in reverse order:

    \(adj(AB) = adj(B) . adj(A)\)

    This property is important in simplifying expressions involving matrix products.

     
  6. Adjoint of Adjoint: The adjoint of the adjoint of A is related to A by:

    \(adj(adj(A))=det(A) ^{n-2}×A\)

    The adjoint of an adjoint property is important in the theoretical anticipation of linear algebra.

 

 

These properties are fundamental in matrix theory and solve linear equations, computing determinants, and finding inverses of matrices.



The following chart gives the properties of adjoint of a matrix in a structured table:

 

Professor Greenline from BrightChamps

What is the Formula for the Adjoint of a Matrix?

The adjoint of a square matrix is a new matrix that assists us in finding the inverse of the original matrix. To find the adjoint of a matrix, we follow these steps:
 

  1. To calculate the adjoint, we need to find the cofactor matrix for every element in the original matrix and calculate its cofactor.
     
  2. After getting the cofactor matrix, we need to take its transpose. It means exchanging rows with columns. As a result, the matrix is the adjoint of the original matrix.

 

 Hence, for every square matrix A of order n × n, the adjoint of A, indicated as adj(A), is given by:

\(Adj(A) = [Cofactor(A)]^T\)

Professor Greenline from BrightChamps

What is the Minor of a matrix?

The minor of an element in a matrix is the determinant of the sub-matrix formed by deleting the row and column that contain that element. The matrix containing the minors of all elements is called the minor of the matrix. The matrix, which gives the minor of an element aij​ is denoted as mij and is calculated as:

\(m_{ij} = det(A_{ij})\)

 

Where Aij ​is the sub-matrix obtained by deleting the i-th row and j-th column of A.

 

 

 

Example

 

Given matrix:

\(A = \begin{bmatrix}{11} & {12} &{13} \\ {21} & {22} &{23} \\{31} & {32} &{33} \end{bmatrix}\)

 

The minor of the element a11 is the determinant of the sub-matrix obtained by removing the first row and first column:

 
\(M_{11} = \begin{bmatrix} {22} & {23} \\ {32} &{33}  \end{bmatrix}\)

Professor Greenline from BrightChamps

What is the Cofactor of a Matrix?

The cofactor of an element in a matrix is a signed value calculated by multiplying its minor by (−1)i + j, where i and j are the row and column indices of the element. The matrix formed by combining the cofactors of all the elements of a matrix is called its cofactor matrix.

 

Cofactor Formula

\(C_{ij} = (−1)^{i+j} × M_{ij}\)

 

Where:

 

  • Cij Is the cofactor of an element aij​
     
  • mij Is the minor of the element aij
     
  • i And j are the rows and columns lists of the elements.
Professor Greenline from BrightChamps

What is the Transpose of a Matrix

The transpose of a matrix is a matrix where the elements of row and column of the original matrix get interchanged. If the matrix A of order m × n, its transpose, denoted as AT, will have dimensions n × m


How to Find the Transpose

To compute the transpose of a matrix, convert each row of the original matrix into a column in the new matrix.

 

For example, for a matrix A:

\(A = \begin{bmatrix}a_{11} & a_{12} &a_{13} \\ a_{21} & a_{22} &a_{23} \\a_{31} & a_{32} &a_{33} \end{bmatrix}\)

The transpose AT is:

\(A = \begin{bmatrix}a_{11} & a_{21} &a_{31} \\ a_{12} & a_{22} &a_{32} \\a_{13} &a_{23} &a_{33} \end{bmatrix}\)

Professor Greenline from BrightChamps

How to Find the Adjoint?

To find the adjoint of a matrix, follow the steps mentioned below:

 

1. Compute the Minor of each element:

For each component​ aij in the matrix, remove the i-th row and j-th column to form a sub-matrix. Compute the determinant of this sub-matrix; this value is the minor mij of the element ​aij  

For example, a11 = 1

Now we need to remove the first row and first column

\( \begin{bmatrix} {4} & {5} \\ {0} &{6}  \end{bmatrix}\)


The determinant will be
det = (4)(6) − (5)(0) = 24
M11 = 24

 

2. Determine the Cofactor: The cofactor cij ​is given by

\(c_{ij} = (-1)^{i+j}. m _ {ij}\)

This accounts for the sign change based on the position of the element.

For example, a11 = 1
C11 = (−1)1 + 1 × 24 = 24

 

3. Form the Cofactor matrix: Arrange all the cofactors cij into a matrix.

Cofactor matrix = \( \begin{bmatrix} {24} & {-20} &{5}\\ {-5} &{6} &{-1}\\{-4} &{4} &{4} \end{bmatrix}\)


4. Transpose the Cofactor matrix: Take the transpose of the cofactor matrix to obtain the adjoint matrix.

Adj(A) = \( \begin{bmatrix} {24} & {-5} &{-4}\\ {-20} &{6} &{4}\\{-5} &{-1} &{4} \end{bmatrix}\)

 


Adjoint of a 2 × 2 matrix

The adjoint of a square matrix is gained by first calculating its cofactor matrix and then taking the transpose of that matrix. This adjoint is specifically useful in computing the inverse of the original matrix, provided its determinant is non-zero.

 

Steps to Find the Adjoint of a 2 × 2 matrix

The matrix given is:

\(A= \begin{bmatrix} {a} & {b} \\{c} &{d}  \end{bmatrix}\)
 

  1. Compute the Cofactor matrix: For each element, calculate its cofactor:
     

    c11 = d 

    c12 = -c

    c21 = -b

    c22 = a


    So, the cofactor matrix is:
     

    \(C= \begin{bmatrix} {d} & {-c} \\{-b} &{a}  \end{bmatrix}\)
     

  2. Transpose the Cofactor matrix:

    The adjoint is the transpose of the cofactor matrix:

    adj(A) = C=  \(C= \begin{bmatrix} {d} & {-b} \\{-c} &{a}  \end{bmatrix}\)

    Example
    Given the matrix:

    \(C= \begin{bmatrix} {3} & {-6} \\{-4} &{8}  \end{bmatrix}\)
     

  • 1. Cofactor matrix:

    \(C= \begin{bmatrix} {8} & {4} \\{-6} &{3}  \end{bmatrix}\)

     

  •  2. Adjoint:

    adj(A) = C\(\begin{bmatrix} {8} & {-6} \\{4} &{3}  \end{bmatrix}\)

 


Adjoint of 3 × 3 matrices


Every adjoint of a square matrix is the transpose of its cofactor matrix. It is essential for calculating the inverse of a matrix, provided the determinant is non-zero.

 

Step-by-Step Process

The matrix given is:

\(A = \begin{bmatrix}{a_{11}} & {a_{12} }&{a_{13}} \\ a_{21} & a_{22} &a_{23} \\a_{31} & a_{32} &a_{33} \end{bmatrix}\)

 

1. Compute the minors of all elements:
Calculate mij of all elements by deleting the i-th row and j-th column of A, and finding the determinant of the sub-matrix.

 

2. Compute the cofactors of all elements:

For each element, aij​ calculate its cofactor cij using the formula:
\(c_{ij}=(-1)^{i+j} . det(m^{ij})\)

 

3. Form the Cofactor matrix:
Arrange all the cofactors cij​ into a matrix.


4. Transpose the Cofactor matrix:

 The adjoint (adjoint) is the transpose of the cofactor matrix:
 adj(A) = CT

 

 

The following chart gives the steps in summarized form for calculating adjoint of a matrix:

 


Practice Problem:
Given the matrix:

\(A = \begin{bmatrix}{1} & {2}&{3} \\ 4 & 5&6 \\7 & 8 &9\end{bmatrix}\)

1. Compute the minors:

 

\(M_{11} = 5 \times 9 - 6\times 8 = 45 - 48 = -3\\ M_{12} = 4 \times 9 - 6\times 7 = 36 - 42 = -6\\ M_{13} = 4 \times 8 - 5 \times 7 = 32 - 35 = -3 \\ M_{21} = 2 \times 9 = 3 \times 8 = 18 - 24 = -6\\ M_{22} = 1 \times 9 - 3 \times 7 = 9 - 21 = -12\\ M_{23} = 1 \times 8 - 2\times 7 = 8 - 14 = 6\\ M_{31} = 2 \times 6 - 5 \times 3 = 12 - 15 = -3\\ M_{32} = 1 \times6 - 4 \times 3 = 6 - 12 = -6\\ M_{33} = 1 \times 5 - 4 \times 2 = 5 - 8 = -3\)


2. Calculate the cofactors off all elements:

\(C_{11} -3\\ C_{12} = 6\\ C_{13} = -3 \\ C_{21} = 6\\ C_{22} = -12\\ C_{23} = - 6\\ C_{31} = -3\\ C_{32} = 6\\ C_{33} = -3\)

 

3. Form the Cofactor matrix:


\(A = \begin{bmatrix}{-3} & {6}&{-3} \\ 6 & -12&-6 \\-3 & 6 &-3\end{bmatrix}\)


4. Transpose the Cofactor matrix:


\(A = \begin{bmatrix}{-3} & {6}&{-3} \\ 6 & -12&6 \\-3 & -6 &-3\end{bmatrix}\)

Professor Greenline from BrightChamps

Tips and Tricks to Master Adjoint of a Matrix

To make understanding of adjoint matrix easy and simple, here are a few essential tips to solve problems effectively:
 

  1. For a 2 × 2 matrix, swap the diagonal elements and change the sign to find the adjoint.
     
  2. Memorize the sign patterns for calculating cofactor.
     
  3. Adjoint of an identity matrix is itself.
     
  4. To find the minor of an element aij, find the determinant of the matrix after eliminating i-th row and j-th column.
     
  5. Remember to take the transpose of cofactor matrix to find the adjoint.
Max Pointing Out Common Math Mistakes

Common Mistakes of the Adjoint of a matrix and how to Avoid them

Understanding the adjoint (or adjoint) of a matrix is crucial in linear algebra, especially for computing inverses. However, several common mistakes can hinder accurate calculations. This guide highlights these errors and offers strategies to avoid them.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Incorrect Cofactor Calculation

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Miscomputing the cofactors of matrix elements. To find the cofactor of an element, remove its row and column, then compute the determinant of the remaining sub-matrix. Apply the sign based on the element's position using the checkerboard pattern (+, -, +, ...).

 

For example, to find the cofactor of the element in the first row and first column, we need to remove its row and column, leaving a 2 × 2 sub-matrix. To calculate the determinant of this sub-matrix, we need to apply the suitable sign.

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Forgetting to Transpose the Cofactor Matrix

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Calculating the cofactor matrix but forgetting to transpose it to obtain the adjoint. After computing the cofactor matrix, transpose it (swap rows with columns) to get the adjoint.

 

For example, given a cofactor matrix, transpose it by swapping rows with columns to obtain the adjoint.

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Neglecting the Determinant in Inverse Calculation

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

While calculating the inverse, students often forget to divide the adjoint by the determinant. The inverse matrix is always calculated by dividing the adjoint matrix by its determinant.

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not Recognizing the Adjoint's Usefulness

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Not recognizing the usefulness of the adjoint in solving linear equations. The adjoint is used to find the inverse of a matrix, which is essential in solving systems of equations.

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Students Confusing Cofactor matrix with adjoint

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

The cofactor matrix doesn't match the adjoint. The adjoint is the transpose of the cofactor matrix. After getting strong matches to the cofactor matrix, transpose it to get the adjoint.

arrow-right
arrow-right
Professor Greenline from BrightChamps

Real-Life Applications of the Adjoint of a Matrix

The adjoint or adjoint of a matrix is a core rule in linear algebra with diverse real-life applications. It plays a crucial role in solving systems of linear equations, computing matrix inverses, and analyzing linear transformations. Here are a few such applications: 


 

  1. Geometric Applications or Engineering Systems:

    For analyzing electric circuit, nodes, mesh analysis, we use adjoints for solving linear equations. Similarly, for calculating the area of parallelogram, determinants are used for accurate measurement.

     
  2. Eigenvalue Problems and Quantum Mechanics:

    In quantum mechanics, the adjoint of a matrix is used in the study of operators and their eigenvalues. It provides insights into the properties of linear transformations, which are fundamental in understanding quantum states and observables.

     
  3. Optimization and Sensitivity Analysis:

    Adjoint methods are employed in optimization problems, especially in high-dimensional spaces. For example, using adjoint methods by many engineers can efficiently calculate the gradient of a performance metric, like lift-to-drag ratio, concerning numerous design parameters. 

     
  4. Computer Graphics and Data Transformations:

    In computer graphics, matrices are used to perform transformations such as scaling, rotation, and translation of objects. It enables to perform operations like object inversion and camera transformations.

     
  5. Cryptography and Coding Theory:

    Matrices and their inverses are fundamental in cryptography, particularly in classical encryption methods like the Hill cipher, which is essential for decoding messages. Moreover, in coding theory, matrices are employed to design error-correcting codes, ensuring reliable data transmission.
Max from BrightChamps Saying "Hey"
Hey!

Solved Examples of the Adjoint of a Matrix

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Find the adjoint of the given matrix.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(adj(A) = \begin{bmatrix}{{3} }&{-4} \\ {-1} &{2} \end{bmatrix}\)  

Explanation

Given Matrix: \(A = \begin{bmatrix}{{2} }&{3} \\ {1} &{4} \end{bmatrix}\)

 

For a 2 × 2 matrix, \(A = \begin{bmatrix}{{-4} }&{-3} \\ {-1} &{2} \end{bmatrix}\)
         
\(adj(A) = \begin{bmatrix}{{d} }&{-b} \\ {-c} &{a} \end{bmatrix}\)


Substituting the values from the matrix A:

\(adj(A) = \begin{bmatrix}{{3} }&{-4} \\ {-1} &{2} \end{bmatrix}\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

For the given 2 × 2 matrix, find the adjoint.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(\begin{bmatrix}{{1} }&{-5} \\ {-2} &{-4} \end{bmatrix}\)

Explanation

Given Matrix : \(A = \begin{bmatrix}{{-4} }&{5} \\ {2} &{1} \end{bmatrix}\)

 

1. Find the Cofactor matrix:

 

  • c11 = det[1] = 1
     
  • c12 = −det[2] = -2
     
  • c21 = −det[5] = −5
     
  • c22 = det[−4] = −4

 

2. Cofactor matrix:
 

\(C = \begin{bmatrix}{{1} }&{-2} \\ {-5} &{-4} \end{bmatrix}\)

 

3. Transpose the Cofactor matrix (Adjoint):

adj(A) = C\(\begin{bmatrix}{{1} }&{-5} \\ {-2} &{-4} \end{bmatrix}\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Find the cofactor of the given 2 × 2 matrix

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(\begin{bmatrix}{{4} }&{-3} \\ {-2} &{1} \end{bmatrix}\)

Explanation

Given Matrix: \(\begin{bmatrix}{{1} }&{2} \\ {3} &{4} \end{bmatrix}\)

 

Calculation for cofactor:

 

  1. Cofactor C11​:

    Minor M11: We will be removing the 1st row and 1st column, leaving the sub-matrix [4]. The determinant is 4.

    Cofactor C11: Multiply the minor by (−1)1+=1:
    C11 ​= 4×1 = 4
     
  2. Cofactor C12​

    Minor M12: Now we have to remove the 1st row and 2nd column, leaving the sub-matrix [3​]. The determinant is 3.

    Cofactor C12: Multiply the minor by (−1)1 + 2 = −1:
    C12​ = 3 × (−1) = −3
     
  3. Cofactor C21:

    Minor M21​: Remove the 2nd row and 1st column, leaving the submatrix [2​]. The determinant is 2.

    Cofactor C21 ​: Multiply the minor by (−1)2 + 1 = −1:
    C21 = 2 × (−1) = −2
     
  4. Cofactor C22​:

    Minor M22​: Remove the 2nd row and 2nd column, leaving the submatrix [1​]. The determinant is 1.

    Cofactor C22​: Multiply the minor by (−1)2 + 2 = 1
    C22 = 1 × 1 = 1


Cofactor matrix = \(\begin{bmatrix}{{4} }&{-3} \\ {-2} &{1} \end{bmatrix}\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Find the adjoint of the given 3 × 3 matrix

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(\begin{bmatrix}{{24} }&{6} &{-4}\\ {-18} &{-3} &{2} \\{4} &{2} &{4} \end{bmatrix}\)

Explanation

Given Matrix: \(\begin{bmatrix}{{1} }&{2} &{3}\\ {0} &{4} &{5} \\{1} &{0} &{6} \end{bmatrix}\)

 

  1. Calculate minors and apply signs to find cofactors by yourself.
     
  2. Find the Cofactor matrix.

    Cofactor Matrix = \(\begin{bmatrix}{{24} }&{-18} &{4}\\ {6} &{-3} &{9} \\{-4} &{2} &{4} \end{bmatrix}\)
     
  3. Transpose the Cofactor matrix (Adjoint):

    adj(A) = CT\(\begin{bmatrix}{{24} }&{6} &{-4}\\ {-18} &{-3} &{2} \\{4} &{2} &{4} \end{bmatrix}\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

For the given 3 × 3 matrix, find the adjoint.

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(\begin{bmatrix}{{-4} }&{6} &{-2}\\ {-33} &{-9} &{16} \\{32} &{4} &{-10} \end{bmatrix}\)

Explanation

Given Matrix: \(\begin{bmatrix}{{1} }&{-1} &{2}\\ {2} &{3} &{5} \\{1} &{0} &{3} \end{bmatrix}\)

 

  1. Find the Minor matrix by yourself:
     
  2. Calculating Cofactor matrix:


    Cofactor matrix: = \(\begin{bmatrix}{{-4} }&{33} &{32}\\ {6} &{-9} &{4} \\{-2} &{16} &{-10} \end{bmatrix}\)
     
  3. Transpose the Cofactor matrix (Adjoint):

    adj(A) = CT\(\begin{bmatrix}{{-4} }&{6} &{-2}\\ {-33} &{-9} &{16} \\{32} &{4} &{-10} \end{bmatrix}\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs: Adjoint of a matrix

1.What is the adjoint of a matrix, and why is it important for my child?

The adjoint of a matrix is the way of finding the inverse of a matrix. It is crucial for your child to learn because it helps to solve systems of linear equations and various applications.

 

Math FAQ Answers Dropdown Arrow

2.How can I help my child understand the adjoint of a matrix?

Encourage daily practicing, use visual aids, create fun quizzes and games to help your child in learning adjoint of a matrix. 

.

Math FAQ Answers Dropdown Arrow

3.What are few challenges my child may face when learning adjoint of a matrix?

No, the adjoint is defined only for square matrices, which means matrices with an equal number of rows and columns.

Math FAQ Answers Dropdown Arrow

4.What is a cofactor?

A cofactor is the signed determinant of a smaller matrix obtained by removing the row and column of a specific element. The sign is decided by the position of the element.

Math FAQ Answers Dropdown Arrow

5.What is the adjoint of a matrix?

The adjoint of a square matrix is obtained by transposing its cofactor matrix. This involves computing the inverse of the original matrix.

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom