Reducing a Determinant to Smaller Determinants
Cofactor expansion breaks the determinant of a square matrix into smaller determinants. Choose one row or column, multiply each entry in that row or column by its corresponding cofactor, and add the products. This method can be used for matrices larger than .
Minor of a Matrix Element
Each entry in a square matrix has a minor .
To calculate , cross out row and column , then calculate the determinant of the remaining submatrix.
Finding the Minor
Suppose we have a matrix as follows:
If we want to find the minor of the element (i.e., ), we remove the second row and second column from matrix :
Cross out the second row and the second column as follows:
The matrix remaining after the removal is:
The minor is the determinant of this remaining matrix:
Cofactor of a Matrix Element
The cofactor of entry is written as or and calculated from the minor :
The parity of determines the cofactor sign:
- If the sum is an even number, then . This means (the cofactor is equal to its minor).
- If the sum is an odd number, then . This means (the cofactor is the negative of its minor).
For a matrix, the sign pattern of is:
This sign indicates whether the cofactor will be equal to its minor (sign ) or the negative of its minor (sign ).
Finding the Cofactor
The following calculation continues the example of matrix and minor .
The cofactor for element is .
Since and , then (even).
Next, we calculate cofactor for entry .
First, we find its minor, , by removing the first row and second column from matrix :
Then, we calculate its cofactor. For , and , so (odd).
Calculating the Determinant using Cofactor Expansion
To calculate the determinant of matrix by cofactor expansion, choose one row or column. Multiply each selected entry by its corresponding cofactor, then add the products. The determinant of is written as or .
Formula for Cofactor Expansion Along the -th Row:
This means we choose the -th row. Then, for each column in that row, we multiply the element by its cofactor , and sum them all.
Formula for Cofactor Expansion Along the -th Column:
This means we choose the -th column. Then, for each row in that column, we multiply the element by its cofactor , and sum them all.
Expanding along any row or column gives the same determinant.
Choose a row or column with many zeros when one is available. Every zero eliminates its product, so fewer terms remain to calculate.
Example of Determinant Calculation
Calculate the determinant of the following matrix using the cofactor expansion method:
We will perform cofactor expansion along the first row (i.e., ).
Based on the formula, the determinant of is:
From matrix , the elements of the first row are:
Now, we need to calculate the cofactors , , and .
-
Calculating (, so , even):
-
Calculating (, so , odd):
-
Calculating (, so , even):
After all cofactors are obtained, we substitute them back into the determinant formula:
So, the determinant of matrix is .