Minor Mij: The determinant of the 2×2 submatrix obtained by deleting row i and column j from a 3×3 matrix.
Cofactor Cij: The signed minor defined by
Cij=(−1)i+jMij
Sign Pattern for a 3×3 Matrix:
+−+−+−+−+
For a 3×3 matrix A=a11a21a31a12a22a32a13a23a33, the determinant expanded along the first row is:
∣A∣=a11C11+a12C12+a13C13
=a11a22a32a23a33−a12a21a31a23a33+a13a21a31a22a32
| Condition | Type | Inverse |
|---|
| $ | A | = 0$ |
| $ | A | \neq 0$ |
Evaluate 101240356 by cofactor expansion along Row 1.
Step 1: Identify a11=1, a12=2, a13=3.
Step 2: Compute each cofactor:
C11=(+1)4056=(4)(6)−(5)(0)=24
C12=(−1)0156=−(0⋅6−5⋅1)=−(−5)=5
C13=(+1)0140=(0)(0)−(4)(1)=−4
Step 3: Expand:
∣A∣=1(24)+2(5)+3(−4)=24+10−12=22
- If two rows (or columns) are identical, ∣A∣=0.
- Interchanging two rows changes the sign of the determinant.
- Multiplying a row by scalar k multiplies the determinant by k.
- Adding a multiple of one row to another does not change the determinant.