Adjoint and Inverse of a Matrix
The adjoint of a square matrix A is the transpose of its cofactor matrix. If |A| ≠ 0, then A inverse exists and A^-1 = adj(A)/|A|.
Practice This ConceptLearn the concept
Student-friendly explanation
The inverse formula using determinants is built on the identity A adj(A) = adj(A) A = |A|I. This means adj(A) behaves like the numerator of the inverse, but division by |A| is allowed only when |A| is non-zero. In an exam solution, first test |A|. If |A| = 0, A is singular and no inverse exists; calculating cofactors after that is unnecessary for inverse. If |A| ≠ 0, find every cofactor, arrange them in the cofactor matrix, transpose that matrix to get adj(A), and divide each entry of adj(A) by |A|.
How to write this in exams
- 1
Start with the exact idea
The adjoint of a square matrix A is the transpose of its cofactor matrix. If |A| ≠ 0, then A inverse exists and A^-1 = adj(A)/|A|.
- 2
Then show how to use it
Confirm the matrix is square. Find |A|. If it is zero, state no inverse. If non-zero, find all minors and cofactors. Arrange cofactors into the cofactor matrix. Transpose to get adj(A). Divide every entry by |A| and verify if needed.
- 3
Add one concrete example
For A = [[1,2],[3,4]], |A| = 1×4 - 2×3 = -2. adj(A) = [[4,-2],[-3,1]]. Hence A^-1 = (-1/2)[[4,-2],[-3,1]] = [[-2,1],[3/2,-1/2]].
- 4
Avoid this incomplete answer
Dividing the original matrix by |A| instead of dividing adj(A) by |A|.
Definition
Example
Rule to remember
Memory hook
Examples and method
Worked example
Method to apply
Diagram support
How CBSE asks it
Avoid common mistakes
Common confusion
Common wrong answer
Exam tip
Quick check
What condition must hold for A^-1 to exist?
A must be square and |A| must be non-zero.
Answer writing and exam use
1-mark answer
2-mark answer
3-mark answer
Practice this concept with focused MCQs
Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.
Help improve this page
Found something confusing, incorrect, or missing?