BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon106 Learners

Last updated on September 1, 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) × In

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  it is invertible.

 

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

adj(AT) = (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)=kn-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.

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 calculate the adjoint, we need to find the Cofactor matrix for every element in the original matrix and calculate its cofactor. Transpose the Cofactor matrix: 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.

 

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

How to Find the Adjoint?

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 submatrix. Compute the determinant of this submatrix; 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

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

 

2. Determine the Cofactor: The cofactor cij ​is given by
cij=(-1)i+j. mij
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= 


4. Transpose the Cofactor matrix: Take the transpose of the cofactor matrix to obtain the adjoint matrix.
Adj(A) = 


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=  

Compute the Cofactor matrix:

  • For each element, calculate its cofactor:


c11=d 

c12=-c

c21=-b

c22=a


So, the cofactor matrix is:

C= 

Transpose the Cofactor matrix:

The adjoint is the transpose of the cofactor matrix:
adj(A)=CT=  
Example
Given the matrix:
A=  
1. Cofactor matrix:
C= 

 2. Adjoint:
adj(A)=CT= 

 
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= 

Compute the Cofactor matrix:

  • For each element, aij​calculate its cofactor cijusing the formula:
    cij=(-1)i+j . det(mij)
     
  • Where mij ​stands for the minor gained by deleting the i-th row and j-th column of A.


2. Form the Cofactor matrix:

 Arrange all the cofactors cij​into a matrix.


3. Transpose the Cofactor matrix:

 The adjoint (adjoint) is the transpose of the cofactor matrix:
 adj(A)=CT
Example
Given the matrix:
A= 
1. Compute the Cofactors:


Calculate the minors and apply the sign factor (-1)i+j for each element.


2. Form the Cofactor matrix:

 After calculating the cofactors, arrange them into a matrix.


3. Transpose the Cofactor matrix:

 Take the transpose to obtain the adjoint.

Professor Greenline from BrightChamps

What is the Minor of a matrix?

The minor of an element in a matrix is the determinant of the submatrix formed by deleting the row and column that contain that element. This idea is essential for calculating the determinant, adjoint, and reversion of a matrix. The matrix, which is given the minor of an element, aij​is denoted as mij and is calculated as:

mij = det(Aij)

 

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

 

Example

 

Given the matrix:
A= 

 

The minor of the element a11is the determinant of the submatrix obtained by removing the first row and first column:

 
M11   
 

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 minor is the determinant of the submatrix obtained by removing the row and column containing that element.

 

Cofactor Formula

Cij= (−1)i+j × Mij

 

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 mn, its transpose, denoted as AT, will have dimensions  nm
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= 
The transpose AT is:
AT= 

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. Additionally, the adjoint is utilized in fields such as engineering, physics, computer graphics, cryptography, and optimization.

 

  • 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.

 

  • Eigenvalue Problems and Quantum Mechanics: In quantum mechanics, the adjoint of a matrix is used in the study of operators and their eigenvalues. The adjoint matrix provides insights into the properties of linear transformations, which are fundamental in understanding quantum states and observables.

 

  • 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. Optimizing and sensitivity analysis approach allows for rapid identification of surface modifications

 

  • Computer Graphics and Data Transformations: In computer graphics, matrices are used to perform transformations such as scaling, rotation, and translation of objects. The adjoint is involved in computing the inverse of transformation matrices, which is necessary for operations like object inversion and camera transformations.

 

  • Cryptography and Coding Theory: matrices and their inverses are fundamental in cryptography, particularly in classical encryption methods like the Hill cipher. The adjoint is used to compute the inverse of the encryption matrix, which is essential for decoding messages. Moreover, in coding theory, matrices are employed to design error-correcting codes, ensuring reliable data transmission.
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 submatrix. 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 submatrix. To calculate the determinant of this submatrix, 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
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

1: 2 2 matrix: Find the adjoint of the matrix: A=

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

adj(A)=  

Explanation

For a 2x2 matrix A=
                                          
         
                                          adj(A)= 

Substituting the values from the matrix A:

adj(A)= 

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

Problem 2

2: 2 2 matrix

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

A= 

Explanation

Find the Cofactor matrix:

 

 

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

 

2.Cofactor matrix:

C= 

 

3. Transpose the Cofactor matrix (Adjoint):
adj(A)=CT

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

Problem 3

3. 2 2 matrix

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

A= 

Explanation

Calculation for cofactor:
1. Cofactor C11​:
Minor M11: We will be removing the 1st row and 1st column, leaving the submatrix [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 submatrix [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 = 

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

Problem 4

3 × 3 matrix

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

A= 

Explanation

Find the Cofactor matrix:


Calculate minors and apply signs to find cofactors.


Cofactor matrix:

     C=

Transpose the Cofactor matrix (Adjoint):

adj(A)=CT= 

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

Problem 5

3 × 3 matrix

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

A= 

Explanation

Find the Cofactor matrix:


Calculate minors and apply signs to find cofactors.


Cofactor matrix:


C= 

3. Transpose the Cofactor matrix (Adjoint):

adj(A)=CT= 

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 the identity matrix?

The adjoint of the identity matrix is the identity matrix itself. This is because the cofactor matrix of the identity matrix is the identity matrix, and its transpose is also the identity matrix.

Math FAQ Answers Dropdown Arrow

2.What is the adjoint of a 3 × 3 matrix?

For a 3×3 matrix, the adjoint is the transpose of the cofactor matrix, which includes most of the complex calculations. Every cofactor is the determinant of a 2×2 matrix obtained by removing the corresponding row and column.

Math FAQ Answers Dropdown Arrow

3.Can the adjoint be found for non-square matrices?

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