SLO M-11-A-16: Evaluate the determinant of 3×3 matrices by using cofactors and properties of determinants.
Cofactor Definition:
The cofactor C ij of element a ij in a matrix A is defined as:
C ij = ( − 1 ) i + j M ij
where M ij is the minor of a ij — the determinant of the 2 × 2 submatrix obtained by deleting row i and column j .
Cofactor Sign Pattern for a 3×3 Matrix:
+ − + − + − + − +
Cofactor Expansion (along Row 1):
∣ A ∣ = a 11 C 11 + a 12 C 12 + a 13 C 13
= a 11 a 22 a 32 a 23 a 33 − a 12 a 21 a 31 a 23 a 33 + a 13 a 21 a 31 a 22 a 32
Row/Column of Zeros: If any row or column consists entirely of zeros, then ∣ A ∣ = 0 .
Identical Rows/Columns: If any two rows (or columns) are identical, then ∣ A ∣ = 0 .
Scalar Multiple: If every element of a row (or column) is multiplied by a scalar k , the determinant is multiplied by k .
Row Interchange: Interchanging any two rows (or columns) changes the sign of the determinant.
Row Addition: Adding a scalar multiple of one row to another row does not change the value of the determinant.
Transpose: ∣ A T ∣ = ∣ A ∣ .
Evaluate the determinant of:
A = 2 0 1 − 1 4 5 3 − 2 6
Expanding along Row 1:
∣ A ∣ = 2 ⋅ C 11 + ( − 1 ) ⋅ C 12 + 3 ⋅ C 13
C 11 = ( + 1 ) 4 5 − 2 6 = ( 4 ) ( 6 ) − ( − 2 ) ( 5 ) = 24 + 10 = 34
C 12 = ( − 1 ) 0 1 − 2 6 = ( − 1 ) [( 0 ) ( 6 ) − ( − 2 ) ( 1 )] = ( − 1 ) ( 2 ) = − 2
C 13 = ( + 1 ) 0 1 4 5 = ( 0 ) ( 5 ) − ( 4 ) ( 1 ) = − 4
∣ A ∣ = 2 ( 34 ) + ( − 1 ) ( − 2 ) + 3 ( − 4 ) = 68 + 2 − 12 = 58
To simplify calculation, expand along the row or column containing the most zeros — this minimises the number of non-zero cofactor terms to compute.
Example: For a matrix with zeros in column 2, expand along column 2 to reduce arithmetic.