Minors & Cofactors
NCERT EXERCISE 4.3 • Q1 — Q5 COMPLETE
💡 The Core Definitions
Minor ($M_{ij}$): Determinant obtained by deleting the $i^{th}$ row and $j^{th}$ column.
Cofactor ($A_{ij}$): Minor with a sign attached: $A_{ij} = (-1)^{i+j} M_{ij}$.
Question 01
Write Minors and Cofactors of (i) $\begin{vmatrix} 2 & -4 \\ 0 & 3 \end{vmatrix}$
Question 02 (ii)
Minors and Cofactors for $\begin{vmatrix} 1 & 0 & 4 \\ 3 & 5 & -1 \\ 0 & 1 & 2 \end{vmatrix}$
Note: Follow the +/- sign pattern strictly.
Question 03
Using Cofactors of second row, evaluate $\Delta = \begin{vmatrix} 5 & 3 & 8 \\ 2 & 0 & 1 \\ 1 & 2 & 3 \end{vmatrix}$
$\Delta = a_{21}A_{21} + a_{22}A_{22} + a_{23}A_{23}$
Result: 7
Question 04 • Advanced Expansion
Using Cofactors of third column, evaluate $\Delta = \begin{vmatrix} 1 & x & yz \\ 1 & y & zx \\ 1 & z & xy \end{vmatrix}$
Result: $(x-y)(y-z)(z-x)$
Question 05 • MCQ
Find the correct value for $\Delta$.
The value of a determinant is the sum of the products of elements of any row (or column) with their corresponding cofactors.
Checking the options, only (D) maintains the same indices for elements and cofactors ($a_{i1}$ with $A_{i1}$).
Correct Option: (D) $a_{11}A_{11} + a_{21}A_{21} + a_{31}A_{31}$