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 2026 - 27)
Choose class
Choose your goal
Preferred Mode
Choose State
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:
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.
Construct the Cofactor Matrix: Arrange all the cofactors Cij into a matrix, called the cofactor matrix.
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:
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=[acbd] , the adjoint is computed as follows:
Find the Cofactors:
C11 = d
C12 = –c
C21 = –b
C22 = a
Construct the Cofactor Matrix:
Cofactor(A)=[d−c−ba]
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=101240356
Find the Cofactors
Cofactor of A11: Minor ofA11=4056=4(6)−5(0)=24
Cofactor of A12: Minor ofA12=0156=0(6)−5(1)=−5
Construct the Cofactor Matrix
Cofactor(A)=24−12−253−5−424
Transpose the Cofactor Matrix
adj(A)=245−4−1232−2−54
Thus, the adjoint of the matrix A is:
adj(A)=245−4−12320−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)1adj(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=[2513]
Solution:
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
Construct the Cofactor Matrix
Cofactor(B)=[3−1−52]
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−13121−35
Solution:
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−112=(4)(2)–(1)(–1)=8+1=9
Cofactor C13 = 9.
Cofactor of a21 = 4:
Minor of a21 = 3215=(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−115=(2)(5)–(1)(–1)=10+1=11
Cofactor C22 = 11.
Cofactor of a23 = –3:
Minor of a23 = 2−132=(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 = 311−3=(3)(–3)–(1)(1)=–9–1=–10
Cofactor C31 = –10.
Cofactor of a32 = 2:
Minor of a32 = 241−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 =2431=(2)(1)–(3)(4)=2–12=–10
Cofactor C33 = –10.
Construct the Cofactor Matrix
Now, arrange all the cofactors into a cofactor matrix:
Cofactor(A)=11−13−10−1711109−7−10
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=[4276]
Solutions:
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.
Construct the Cofactor Matrix
Cofactor(B)=[6−7−24]
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=201140356
Solutions:
Find the Cofactors
Cofactor of c11 = 2:
Minor of c11 = 4056=(4)(6)–(5)(0)=24
Cofactor C11 = 24.
Cofactor of c12 = 1:
Minor of c12 =0156=(0)(6)–(5)(1)=–5
Cofactor C12 = 5. (since it’s in an odd position).
Cofactor of c13 = 3:
Minor of c13 =0140=(0)(0)–(4)(1)=–4
Cofactor C13 = –4.
Cofactor of c21 = 0:
Minor of c21 = 1036=(1)(6)–(3)(0)=6
Cofactor C21 = –6. (since it’s in an odd position).
Cofactor of c22 = 4:
Minor of c22 = 2136=(2)(6)–(3)(1)=12–3=9
Cofactor C22 = 9.
Cofactor of c23 = 5:
Minor of c23 = 2110=(2)(0)–(1)(1)=–1
Cofactor C23 = 1. (since it’s in an odd position).
Cofactor of c31 = 1:
Minor of c31 = 1435=(1)(5)–(3)(4)=5–12=–7
Cofactor C31 = –7.
Cofactor of c32 = 0:
Minor of c32 = 2135=(2)(5)−(3)(1)=10−3=7
Cofactor C32 = –7. (since it’s in an odd position).
Cofactor of c33 = 6:
Minor of c33 = 2014=(2)(4)−(1)(0)=8
Cofactor C33 = 8.
Construct the Cofactor Matrix
Cofactor(C)=24−6−75910−4−18
Transpose the Cofactor Matrix
adj(C)=245−469−1−7108
Final Answer
The adjoint of matrix C is:
adj(C)=245−469−1−7108
Example 5: Consider matrix D and find the adjoint of matrix D.
D=[0−110]
Solutions:
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.
Construct the Cofactor Matrix
Cofactor(D)=[0−110]
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
Find the adjoint of the following matrix: A=43−276−5210
Find the adjoint of the following matrix: B=147258369
Given a 2 × 2 matrix C=[acbd] , find adj(C).
Calculate the adjoint of a 4 × 4 matrix D:D=1234234134124123
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