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.
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.
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:
Mathematically, if A is a n × n matrix, then the adjoint of A, denoted by adj(A), is given by:
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.
For a 2 × 2 matrix , the adjoint is computed as follows:
So, the adjoint of matrix A is:
Consider the matrix A as:
Thus, the adjoint of the matrix A is:
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.
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:
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.
Example 1: Let’s find the adjoint of a 2 × 2 matrix B:
Solution:
So, the adjoint of matrix B is:
Example 2: Find the Adjoint of a 3 × 3 Matrix. Given the matrix A:
Solution:
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:
Cofactor C11 = 11.
Cofactor of a12 = 3:
Minor of a12 =
Cofactor C12 = –17 (note the sign change due to the position of the element).
Cofactor of a13 = 1:
Minor of a13 =
Cofactor C13 = 9.
Cofactor of a21 = 4:
Minor of a21 =
Cofactor C21 = –13 (note the sign change due to the position of the element).
Cofactor of a22 = 1:
Minor of a22 =
Cofactor C22 = 11.
Cofactor of a23 = –3:
Minor of a23 =
Cofactor C23 = –7 (note the sign change due to the position of the element).
Cofactor of a31 = –1:
Minor of a31 =
Cofactor C31 = –10.
Cofactor of a32 = 2:
Minor of a32 =
Cofactor C32 = 10 (note the sign change due to the position of the element).
Cofactor of a33 = 5:
Minor of a33 =
Cofactor C33 = –10.
Now, arrange all the cofactors into a cofactor matrix:
Finally, transpose the cofactor matrix to get the adjoint of the matrix A:
The adjoint of the matrix A is:
Example 3: Adjoint of a 2 × 2 Matrix. Consider the matrix B:
Solutions:
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.
Final Answer
The adjoint of matrix B is:
Example 4: Adjoint of a 3x3 Matrix. Consider the matrix C:
Solutions:
Cofactor of c11 = 2:
Minor of c11 =
Cofactor C11 = 24.
Cofactor of c12 = 1:
Minor of c12 =
Cofactor C12 = 5. (since it’s in an odd position).
Cofactor of c13 = 3:
Minor of c13 =
Cofactor C13 = –4.
Cofactor of c21 = 0:
Minor of c21 =
Cofactor C21 = –6. (since it’s in an odd position).
Cofactor of c22 = 4:
Minor of c22 =
Cofactor C22 = 9.
Cofactor of c23 = 5:
Minor of c23 =
Cofactor C23 = 1. (since it’s in an odd position).
Cofactor of c31 = 1:
Minor of c31 =
Cofactor C31 = –7.
Cofactor of c32 = 0:
Minor of c32 =
Cofactor C32 = –7. (since it’s in an odd position).
Cofactor of c33 = 6:
Minor of c33 =
Cofactor C33 = 8.
Final Answer
The adjoint of matrix C is:
Example 5: Consider matrix D and find the adjoint of matrix D.
Solutions:
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.
Final Answer
The adjoint of matrix D is:
(Session 2025 - 26)