2 Laplace expansion along the top row
This is a technique which can be used to evaluate determinants of any order. In principle, this method can use any row or any column as its starting point. We quote one example: using the top row.
Consider .
First we introduce the idea of a minor . Each element in this array of numbers has an associated minor formed by removing the column and row in which the element lies and taking the determinant of the remainder. For example consider element . We strike out the second row and the third column:
to leave .
For the element we strike out the third row and first column:
to leave .
Task!
What is the minor of the element ?
Next we introduce the idea of a cofactor . This is a minor with a sign attached. The appropriate sign comes from the pattern of signs appropriate to a array:
(i.e. positive signs on the leading diagonal and the signs ‘alternate’ everywhere else.)
Each element has a cofactor associated with it. The cofactor of element is denoted by , that of by and so on.
To obtain the cofactor of an element of a matrix we simply multiply the minor of that element by the corresponding sign from the array of signs.
Hence the cofactor corresponding to is
and the cofactor corresponding to is .
Task!
What is the cofactor of the element ?
The sign in the position of in the array of signs is
Hence, since the minor of this element is +5 the cofactor is .
Cofactors are important as it can be shown that the value of the determinant of a matrix can be found from the formula
In words “the determinant of a matrix is obtained by multiplying each element of the first row by its corresponding cofactor and then adding the three together”. (In fact this rule can be extended to apply to any row or any column and to any order square matrix.)
Key Point 7
Evaluating General Determinants
If is an square matrix then :
In words:
The determinant of a square matrix is obtained by multiplying each element
of row by its corresponding cofactor and then adding these products together.
In the case of we have ,
Hence .
Alternatively, choosing to expand along the second row:
Task!
Use expansion along the first row to find
Hence as before.