
How to Find the Adjoint of a Matrix Using Cofactors and Determinants
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 Adjoint of a Matrix Explained with Concept and Method
1. What is the adjoint of a matrix?
The adjoint of a matrix (also called adjugate) is the transpose of its cofactor matrix. For a square matrix A, the adjoint is written as adj(A) and is defined as:
adj(A) = (Cofactor matrix of A)T
It is mainly used to find the inverse of a matrix using the formula:
A-1 = adj(A) / det(A), provided det(A) ≠ 0.
2. How do you find the adjoint of a 2×2 matrix?
To find the adjoint of a 2×2 matrix, swap the diagonal elements and change the signs of the off-diagonal elements. For
A = [[a, b], [c, d]]
the adjoint is:
adj(A) = [[d, -b], [-c, a]]
Example:
If A = [[1, 2], [3, 4]], then
adj(A) = [[4, -2], [-3, 1]].
3. How do you calculate the adjoint of a 3×3 matrix step by step?
To calculate the adjoint of a 3×3 matrix, first find all cofactors and then transpose the cofactor matrix.
Steps:
- Find the minor of each element.
- Apply the sign rule (-1)i+j to get cofactors.
- Form the cofactor matrix.
- Take its transpose to get adj(A).
This method works only for square matrices and is commonly used in determinant and inverse problems.
4. What is the formula for the inverse of a matrix using adjoint?
The inverse of a square matrix using the adjoint is given by A-1 = adj(A) / det(A), provided det(A) ≠ 0.
Steps to find the inverse:
- Find the determinant det(A).
- Find the adjoint adj(A).
- Divide each element of adj(A) by det(A).
If the determinant is zero, the matrix has no inverse.
5. What is the difference between adjoint and inverse of a matrix?
The adjoint is the transpose of the cofactor matrix, while the inverse is obtained by dividing the adjoint by the determinant.
Key differences:
- adj(A) exists for every square matrix.
- A-1 exists only if det(A) ≠ 0.
- Inverse formula: A-1 = adj(A) / det(A).
Thus, adjoint is used as an intermediate step to compute the inverse.
6. Why is the adjoint of a matrix important?
The adjoint of a matrix is important because it helps compute the inverse and solve systems of linear equations.
Applications include:
- Finding matrix inverse.
- Solving equations using A-1B.
- Proving matrix identities such as A · adj(A) = det(A)I.
It plays a key role in linear algebra and determinant-based methods.
7. What is the relationship between a matrix and its adjoint?
The fundamental relationship is A · adj(A) = adj(A) · A = det(A)I, where I is the identity matrix.
This means:
- If det(A) ≠ 0, multiplying A by its adjoint gives det(A) times the identity matrix.
- This identity is used to derive the inverse formula.
This property holds only for square matrices.
8. Does every matrix have an adjoint?
Every square matrix has an adjoint, but non-square matrices do not.
The adjoint is defined using:
- Minors
- Cofactors
- Transpose
Since determinants are defined only for square matrices, the adjoint also exists only for square matrices.
9. Can you give an example of finding the adjoint of a 3×3 matrix?
Yes, the adjoint of a 3×3 matrix is found by computing cofactors and transposing them.
Example:
A = [[1, 0, 2], [−1, 3, 1], [3, 2, 0]]
After calculating all cofactors and transposing, we get:
adj(A) = [[−2, 4, −2], [3, −6, 3], [−11, 2, 3]].
This result is obtained by systematic minor and cofactor calculation.
10. What are common mistakes when finding the adjoint of a matrix?
Common mistakes when finding the adjoint of a matrix include sign errors and forgetting the transpose step.
Typical errors:
- Not applying the sign pattern (+ − +; − + −; + − +) correctly.
- Confusing minors with cofactors.
- Forgetting to take the transpose of the cofactor matrix.
- Using the formula for non-square matrices.
Careful calculation of cofactors ensures accurate results.





















