This question requires evaluating a 3×3 determinant using cofactor expansion and/or properties of determinants.
Cofactor Expansion (along Row 1):
For a 3×3 matrix A:
A=a11a21a31a12a22a32a13a23a33
The determinant is:
∣A∣=a11C11+a12C12+a13C13
where the cofactor Cij=(−1)i+jMij and Mij is the minor obtained by deleting row i and column j.
Sign Pattern for Cofactors:
+−+−+−+−+
- If two rows (or columns) are identical, ∣A∣=0.
- Interchanging two rows changes the sign of the determinant.
- Multiplying a row by a scalar k multiplies the determinant by k.
- Adding a multiple of one row to another does not change the determinant.
- If a row (or column) consists entirely of zeros, ∣A∣=0.
Evaluate:
2041−10321
Expanding along Row 1:
=2⋅(−1)1+1−1021−1⋅(−1)1+20421+3⋅(−1)1+304−10
=2((−1)(1)−(2)(0))+1((0)(1)−(2)(4))+3((0)(0)−(−1)(4))
=2(−1)+1(−8)+3(4)
=−2−8+12=2