Matrices और Determinants chapter का एक ऐसा topic जो शुरुआत में थोड़ा confusing लगता है — लेकिन once you understand the steps, यह exam का most scoring concept बन जाता है।
👉 That topic is Adjoint of a Matrix (सहलग्न आव्यूह).
Teacher Truth ⭐
👉 “If you understand cofactors, adjoint becomes automatic.”
Adjoint is extremely important because it helps in:
✅ Finding inverse of matrix
✅ Solving linear equations
✅ Understanding determinants
✅ Competitive exam preparation
आज हम इसे zero से advanced level तक सीखेंगे — बिल्कुल classroom teaching style में।
🔥 Adjoint क्या होता है?
✅ Definition (Exam Ready)
The adjoint of a matrix is the transpose of the cofactor matrix of that matrix.
👉 Hindi में:
किसी matrix का adjoint उसके cofactor matrix का transpose होता है।Adjoint of a Matrix
🧠 Easy Language में समझें:
Steps याद रखें:
👉 Minor निकालो
👉 Cofactor बनाओ
👉 Transpose करो
👉 Result = Adjoint 🙂
Teacher Trick ⭐
“M → C → T = Adjoint”
(Minor → Cofactor → Transpose)
⚡ Why Adjoint is Important?
Because of this powerful formula:
⭐ A⁻¹ = adj(A) / |A|
👉 Without adjoint — inverse possible नहीं!
And inverse is needed to solve equations fast.
🎯 Basics You MUST Know First
Before adjoint — understand:
✅ Minor
✅ Cofactor
✅ Transpose
Let’s revise quickly.
🔥 Minor of an Element
Definition:
Minor is the determinant obtained after deleting the row and column of that element.
Example:
Matrix:
| 1 2 3 |
| 4 5 6 |
| 7 8 9 |
Find minor of 5.
Delete row 2 & column 2:
|1 3|
|7 9|
Minor = (1×9 – 3×7)
= 9 – 21
= –12
🌟 Cofactor
Formula:
⭐ Cij = (−1)^(i+j) × Minor
Sign Pattern (VERY IMPORTANT)
| + − + |
| − + − |
| + − + |
Memorize this!
Teacher Tip ⭐
👉 Even power → Positive
👉 Odd power → Negative
🔥 Steps to Find Adjoint (MOST IMPORTANT)
Students — highlight this ⭐
Step 1:
Find minors of all elements.
Step 2:
Apply sign pattern → get cofactors.
Step 3:
Arrange cofactors into matrix.
Step 4:
Take transpose.
👉 DONE!
🧪 Solved Example (2×2 Matrix)
Matrix:
| a b |
| c d |
Cofactor Matrix:
| d −b |
| −c a |
Now transpose:
| d −c |
| −b a |
👉 This is adj(A).
Adjoint of a Matrix
📚 ऐसे ही exam-focused notes के लिए visit करें:
👉 gurugyanam.online
Shortcut ⭐
For 2×2:
Swap diagonal → change signs of others.
FAST method!
🔥 Solved Example (3×3 Matrix)
Find adjoint of:
|1 2 3|
|0 4 5|
|1 0 6|
Step 1: Find Cofactors
After calculation:
Cofactor matrix becomes:
|24 5 −4|
|−12 3 2|
|−2 −5 4|
Step 2: Take Transpose
Adjoint =
|24 −12 −2|
|5 3 −5|
|−4 2 4|
Done 🙂
⚡ Properties of Adjoint (Board Favorite)
✅ Property 1:
A × adj(A) = |A| I
VERY IMPORTANT ⭐
✅ Property 2:
adj(Aᵀ) = (adj A)ᵀ
✅ Property 3:
If A is identity:
adj(I) = I
✅ Property 4:
adj(AB) = adj(B) adj(A)
(Order reverses!)
🎯 Adjoint and Inverse Relationship
Formula again:
⭐ A⁻¹ = adj(A) / |A|
But remember:
👉 Inverse exists ONLY if |A| ≠ 0.
Otherwise matrix is singular.
Adjoint of a Matrix
🌟 When Determinant is Zero
|A| = 0
❌ No inverse
❌ Adjoint useless for inverse
Teacher Truth ⭐
👉 “Zero determinant = No power.”
🧠 Why Adjoint Method is Powerful?
Because it gives exact inverse — no approximation.
Used in:
✅ Algebra
✅ Engineering
✅ Data science
✅ Cryptography
Math is practical!
Adjoint of a Matrix
⚠ Common Mistakes Students Make
❌ Forgetting sign pattern
❌ Not taking transpose
❌ Minor calculation errors
❌ Mixing cofactor & minor
Avoid these → Easy marks.
🏆 Board Exam Srategy
Want guaranteed marks?
Focus on:
⭐ Steps of adjoint
⭐ Cofactor formula
⭐ Inverse relation
⭐ Properties
Teacher Secret ⭐
👉 Adjoint questions are predictable!
Adjoint of a Matrix
🧠 Memory Hacks (Topper Secrets)
⭐ M → C → T rule
⭐ + − + pattern
⭐ Swap diagonals (2×2)
Revise daily 🙂
Adjoint of a Matrix
🌍 Real-Life Applications
Adjoint helps in:
💻 Computer graphics
📊 Data modeling
🛰 Physics equations
🤖 AI algorithms
🏗 Structural engineering
Math powers innovation!
🧪 Board-Level Example
Find inverse using adjoint:
|2 1|
|5 3|
Determinant:
= (6 − 5) = 1
Adjoint:
|3 −5|
|−1 2|
Inverse = adj(A)/1
👉 Same matrix.
Done in seconds!
Adjoint of a Matrix
⭐ Most Expected Board Questions
👉 Define adjoint.
👉 Relation between adjoint & inverse.
👉 Find adjoint of matrix.
👉 State properties.
Prepare these → Score high.
❓ Top 20 FAQs – Adjoint
1. Adjoint क्या है?
Ans. Transpose of cofactor matrix.
2. Minor क्या है?
Ans. Sub-determinant.
3. Cofactor formula?
Ans. (−1)^(i+j) × minor.
4. First step in adjoint?
Ans. Find minors.
5. Second step?
Ans. Apply signs.
6. Third step?
Ans. Transpose.
7. Adjoint used for?
Ans. Finding inverse.
8. Inverse formula?
Ans. adj(A)/|A|
9. When inverse NOT possible?
Ans. |A|=0.
10. Sign pattern?
- Ans. − +
11. adj(I)?
Ans. I
12. adj(AB)?
Ans. adj(B)adj(A)
13. Determinant needed?
Ans. Yes.
14. Hard topic?
Ans. No — step-based.
15. Shortcut for 2×2?
Ans. Swap diagonals.
16. Singular matrix?
Ans. Determinant zero.
17. Non-singular?
Ans. Determinant non-zero.
18. Most scoring?
Ans. YES!
19. Trick to master?
Ans. Practice cofactors.
20. Daily revision needed?
Ans. Absolutely 🙂
🏁 Final Teacher Advice
Dear Students,
Adjoint डरावना नहीं है —
👉 यह सिर्फ steps का game है।
Steps याद → Marks guaranteed.
Remember:
⭐ “Follow the process, and mathematics becomes easy.”
Stay consistent — success आएगी 🙂
📚 ऐसे ही exam-focused notes के लिए visit करें:
👉 gurugyanam.online
Study smart. Stay confident. Score 95+. 🚀










