Inverse Masterclass
NCERT EXERCISE 4.4 • Q1 — Q18 FULL SOLUTIONS
💡 Essential Logic
- $\text{adj } A$: The transpose of the matrix of cofactors.
- $A^{-1}$: Calculated as $\frac{1}{|A|} \text{adj } A$.
- Square Property: $A(\text{adj } A) = |A|I$.
We swap the elements of the primary diagonal and change the signs of the secondary diagonal:
Q2 Solution (3×3 Matrix)Calculate cofactors $A_{ij}$ for all elements and then take the transpose:
For $A = \begin{bmatrix} 2 & 3 \\ -4 & -6 \end{bmatrix}$, $|A| = -12 – (-12) = 0$.
$|A| = 6 – (-8) = 14$. Since $|A| \neq 0$, $A^{-1}$ exists.
Q7 Solution (3×3)$|A| = 1(10-0) = 10$.
Q11 Solution (Trigonometry)$|A| = 1(-\cos^2\alpha – \sin^2\alpha) = -1$.
$AB = \begin{bmatrix} 67 & 87 \\ 47 & 61 \end{bmatrix} \implies |AB| = -2$.
Step 2: Compute $B^{-1} A^{-1}$$B^{-1} = -\frac{1}{2} \begin{bmatrix} 9 & -8 \\ -7 & 6 \end{bmatrix}, A^{-1} = \begin{bmatrix} 5 & -7 \\ -2 & 3 \end{bmatrix}$.
Multiplying these yields the same result. Verified.
Verification follows by substituting $A^2, A, \text{ and } I$. To find $A^{-1}$:
$A^2 – 5A + 7I = O \implies 7I = 5A – A^2$
Multiply by $A^{-1}$: $7A^{-1} = 5I – A$.
For Q15, multiply $A^3 – 6A^2 + 5A + 11I = O$ by $A^{-1}$:
$A^2 – 6A + 5I + 11A^{-1} = O \implies 11A^{-1} = 6A – A^2 – 5I$.
17. For order $n$, $|\text{adj } A| = |A|^{n-1}$. For $n=3$, $|\text{adj } A| = |A|^2$.
Correct Answer: (B)
18. Since $AA^{-1} = I$, then $|A||A^{-1}| = 1 \implies |A^{-1}| = 1/|A|$.
Correct Answer: (B)