Minors and Cofactors
The minor Mij of an element aij is the determinant obtained by deleting the ith row and jth column. The cofactor Aij is defined as Aij = (-1)^(i+j) Mij.
Practice This ConceptLearn the concept
Student-friendly explanation
A minor is the determinant of the smaller matrix that remains after fixing the position of an element and deleting its row and column. A cofactor is not just this minor; it is the signed minor, where the sign comes from (-1)^(i+j). This sign pattern is what makes cofactor expansion work for determinants of order 3 and above. The same cofactors are later arranged into a cofactor matrix and transposed to form adj(A), so accuracy here directly affects inverse questions.
How to write this in exams
- 1
Start with the exact idea
The minor Mij of an element aij is the determinant obtained by deleting the ith row and jth column. The cofactor Aij is defined as Aij = (-1)^(i+j) Mij.
- 2
Then show how to use it
Identify the position (i,j). Delete row i and column j. Find the remaining determinant. Apply the sign (-1)^(i+j). Use the cofactor in expansion if required.
- 3
Add one concrete example
For A = [[1,2,3],[4,5,6],[7,8,9]], M12 is found by deleting row 1 and column 2: M12 = |[[4,6],[7,9]]| = 36 - 42 = -6. A12 = (-1)^3 M12 = 6.
- 4
Avoid this incomplete answer
Using Mij as the cofactor without applying the sign factor.
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
If M23 = 5, what is cofactor A23?
A23 = (-1)^(2+3) × 5 = -5.
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?