

What Is the Adjoint of a Matrix and Why Is It Important?
The concept of adjoint of a matrix is essential in mathematics and helps in solving real-world and exam-level problems efficiently. Understanding adjoint matrices is crucial for finding the inverse of matrices, solving systems of linear equations, and mastering competitive exams like JEE, CBSE, and other board assessments. With the adjoint, complex calculations in matrix algebra become more systematic and approachable.
Understanding Adjoint of a Matrix
The adjoint of a matrix (also called the adjugate matrix) is the transpose of its cofactor matrix. It is defined only for square matrices. In linear algebra, the adjoint matrix is widely used for:
- Solving systems of algebraic equations
- Various exam-based and real-world applications involving matrices and determinants
If you want to find the inverse of a matrix, knowing how to calculate the adjoint of a matrix is a key step. The main steps involve finding minors and cofactors, then taking their transpose to get the adjoint matrix.
How to Find the Adjoint of a Matrix (Step-by-Step)
Follow these steps to calculate the adjoint of a matrix, particularly for 2x2 and 3x3 matrices:
2. For each element in \(A\), calculate its minor. The minor is the determinant of the smaller matrix left after deleting the current element’s row and column.
3. Determine the cofactor for each element by multiplying the minor by \((-1)^{i+j}\), where \(i\) and \(j\) are the row and column numbers.
4. Arrange all cofactors into the cofactor matrix.
5. Take the transpose of the cofactor matrix. This final matrix is the adjoint or adjugate of \(A\).
Let’s see how this works for 2x2 and 3x3 matrices with examples.
Formula Used in Adjoint of a Matrix
The standard formula is: \( \operatorname{adj}A = [C_{ij}]^T \), where \(C_{ij}\) is the cofactor of the element in the \(i\)th row and \(j\)th column and \(T\) denotes matrix transpose.
A quick summary for standard orders:
Here’s a helpful table to understand adjoint of a matrix more clearly:
Adjoint of a Matrix Formula Table
Order | Given Matrix | Adjoint Formula |
---|---|---|
2x2 | \(A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}\) | \(\operatorname{adj}A = \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}\) |
3x3 | \(A = [a_{ij}]\) | Compute cofactor matrix \(C = [C_{ij}]\), then transpose: \(\operatorname{adj}A = C^T\) |
This table shows how the formula pattern of adjoint appears for standard matrix orders.
Worked Examples – Adjoint of a Matrix
Example 1: Adjoint of a 2x2 Matrix
Find the adjoint of \( A = \begin{pmatrix} 2 & 3 \\ 1 & 4 \end{pmatrix} \).
2. The cofactor of 3: remove 1st row & 2nd column \(\rightarrow\) remaining element: 1. Apply sign \((-1)^{1+2} = -1\): cofactor is -1.
3. The cofactor of 1: remove 2nd row & 1st column \(\rightarrow\) remaining element: 3. Sign \((-1)^{2+1} = -1\): cofactor is -3.
4. The cofactor of 4: remove 2nd row & 2nd column \(\rightarrow\) remaining element: 2. Sign is \(+1\), so cofactor is 2.
5. Arrange cofactors: \( \begin{pmatrix} 4 & -3 \\ -1 & 2 \end{pmatrix} \)
6. Take the transpose: \( \operatorname{adj}A = \begin{pmatrix} 4 & -1 \\ -3 & 2 \end{pmatrix} \).
Final Answer: \( \operatorname{adj}A = \begin{pmatrix} 4 & -1 \\ -3 & 2 \end{pmatrix} \)
Example 2: Adjoint of a 3x3 Matrix
Let \( A = \begin{pmatrix} 1 & 2 & 3 \\ 0 & 4 & 5 \\ 1 & 0 & 6 \end{pmatrix} \). Find its adjoint.
Step 2: Apply sign \((-1)^{i+j}\) to get cofactors.
Example: For element \(a_{11}\): delete row 1 and column 1:
\(\left|\begin{matrix} 4 & 5 \\ 0 & 6 \end{matrix}\right| = 4 \times 6 - 0 \times 5 = 24\)
Sign: \(+1\), so cofactor is 24.
Continue this process for all elements to fill the 3x3 cofactor matrix.
Step 3: Arrange all cofactors in a matrix.
Step 4: Take the transpose of the cofactor matrix to get \( \operatorname{adj}A \).
This step-by-step process is the same for any 3x3 matrix. For detailed examples, see advanced problems at Vedantu or reference in Determinant of a 3x3 Matrix.
Properties and Uses of Adjoint Matrix
- Only defined for square matrices (2x2, 3x3, 4x4, etc.).
- \(A \times \operatorname{adj}A = (\det A) I\), where \(I\) is the identity matrix.
- \(\operatorname{adj}(AB) = \operatorname{adj}B \times \operatorname{adj}A\).
- \(\operatorname{adj}A\) is used directly for calculating the inverse: \(A^{-1} = \frac{\operatorname{adj}A}{\det A}\), when \(\det A \neq 0\).
- Zero matrix has zero adjoint; identity matrix adjoint is itself.
- Used extensively in solving algebraic equations by matrix method.
Common Mistakes to Avoid
- Confusing adjoint with cofactor: adjoint is the transpose of the cofactor matrix.
- Forgetting to apply signs (\((-1)^{i+j}\)) when calculating cofactors.
- Not taking the final transpose—this leads to wrong answers.
- Trying to find adjoint for non-square matrices (impossible).
Real-World Applications
The concept of adjoint of a matrix appears in areas such as engineering (solving systems of equations), computer graphics, applied physics, electrical circuit analysis, network flows, and mathematical modelling. Students at Vedantu learn how the adjoint process is not just exam-oriented but also practical for higher studies and real-world problem solving.
Page Summary
We explored the idea of adjoint of a matrix, how to compute it (with formula and examples), its use for finding inverses, and why clear stepwise solutions matter. Practice more with Vedantu and use the interlinked pages below to gain confidence in all topics of matrix algebra.
Suggested Further Reading
- Cofactor in Matrix – Understanding cofactors in depth.
- Determinant of a 3x3 Matrix – For all minor and determinant calculations.
- Inverse Matrix – Next step after adjoint for solving equations.
- Matrices – Basics and properties review.
- Types of Matrices – To know which matrices can have adjoints.
- Properties of Matrices Inverse – Theory and advanced usage.
- Elementary Operation of Matrix – Alternate methods for inverses.
- Application of Matrices – Learn about real-world and exam applications.
- Algebraic Equations – Systems solved via adjoint and inverse.
- Matrix Addition – Revisiting matrix operations.
- Algebraic Formula – For important formula revision.
- Matrix Multiplication – Related operations in proofs and problem checks.
FAQs on How to Find the Adjoint of a Matrix: Formulas, Steps & Examples
1. What is the adjoint of a matrix?
The adjoint of a matrix is the transpose of its cofactor matrix. It is used primarily to find the inverse of a square matrix. To compute it, find all the cofactors of each element, arrange them in a matrix, and then take the transpose of that matrix.
2. How do you calculate the adjoint of a 3x3 matrix?
To calculate the adjoint of a 3x3 matrix, follow these steps:
1. Compute the minor for each element by deleting its row and column.
2. Find the corresponding cofactor by applying the sign rule (positive or negative depending on element position).
3. Construct the cofactor matrix using these cofactors.
4. Take the transpose of the cofactor matrix to get the adjoint matrix.
3. What is the adjoint of a 2x2 matrix?
For a 2x2 matrix, the adjoint can be found by:
1. Swapping the elements on the main diagonal.
2. Changing the signs of the off-diagonal elements.
This method directly forms the adjoint matrix without calculating determinants in most cases.
4. What role does the adjoint play in finding the inverse?
The adjoint matrix is essential in calculating the inverse of a matrix. If matrix A is invertible, then:
Inverse of A = (1/det(A)) × adj(A)
Here, det(A) is the determinant of A. Thus, the adjoint helps find the inverse when determinant is non-zero.
5. What is the formula for adj adjA?
The adjoint of the adjoint matrix, denoted as adj(adj A), relates to the original matrix by the formula:
adj(adj A) = (det A)^{n-2} × A
where n is the order of the square matrix. This formula highlights how nested adjoints connect through the matrix determinant.
6. Why is the adjoint not the same as the inverse?
While both adjoint and inverse are related to a matrix, they are not the same:
- The adjoint is the transpose of the cofactor matrix.
- The inverse requires the adjoint divided by the determinant, i.e., A^{-1} = (1/det A) × adj A.
Therefore, the inverse exists only if the determinant is non-zero, but the adjoint always exists for square matrices.
7. Why do students mix up cofactor and adjoint?
Students often confuse the cofactor matrix with the adjoint matrix because:
- The adjoint is the transpose of the cofactor matrix.
- Cofactors are individual signed minors.
- Adjoint involves constructing a new matrix by transposing the cofactor matrix.
Clear distinction and visual examples help reduce this confusion.
8. When is the adjoint matrix zero?
The adjoint matrix becomes a zero matrix only if the original matrix is a zero matrix or has special singular properties (such as all cofactors being zero). Typically, if determinant = 0, the adjoint exists but may fail to be invertible.
9. What are common mistakes calculating adjoint for 3x3 matrices?
Common mistakes include:
1. Incorrect calculation of minors by deleting wrong rows or columns.
2. Forgetting to apply the correct sign pattern (+, -, +, etc.) for cofactors.
3. Not transposing the cofactor matrix to get the adjoint.
4. Mixing up element positions during matrix construction.
Careful step-by-step verification prevents these errors.
10. Can you use adjoint for non-square matrices?
No, the adjoint matrix is defined only for square matrices. Cofactors, minors, and determinants are also concepts restricted to square matrices. For non-square matrices, the adjoint is not defined, and other methods are used for solutions.
11. Is "adjugate" the same as "adjoint"?
Yes, the terms adjugate and adjoint of a matrix refer to the same concept: the transpose of the cofactor matrix. Different textbooks may use either term, but they are interchangeable in matrix algebra.

















