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 Δ = 4 1 1 1 2 3 3 1 2 .

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 a 23 = 3 . We strike out the second row and the third column:

No alt text was set. Please request alt text from the person who provided you with this resource.

to leave 4 1 3 1 = 4 3 = 1 .

For the element a 31 = 3 we strike out the third row and first column:

No alt text was set. Please request alt text from the person who provided you with this resource.

to leave 1 1 2 3 = 3 2 = 1 .

Task!

What is the minor of the element a 22 = 2 ?

4 1 3 2 = 8 3 = 5

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 3 × 3 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 a 11 is denoted by A 11 , that of a 23 by A 23 and so on.

To obtain the cofactor of an element of a 3 × 3 matrix we simply multiply the minor of that element by the corresponding sign from the 3 × 3 array of signs.

Hence the cofactor corresponding to a 23 is

A 23 = 4 1 3 1 = 1

and the cofactor corresponding to a 31 is A 31 = + 1 1 2 3 = 1 .

Task!

What is the cofactor of the element a 22 ?

The sign in the position of a 22 in the array of signs is +

Hence, since the minor of this element is +5 the cofactor is A 22 = + 5 .

Cofactors are important as it can be shown that the value of the determinant of a 3 × 3 matrix can be found from the formula

Δ = a 11 A 11 + a 12 A 12 + a 13 A 13 .

In words “the determinant of a 3 × 3 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 A is an n × n square matrix then : det ( A ) = j = 1 n a i j A i j

In words:

The determinant of a square matrix is obtained by multiplying each element

of row i by its corresponding cofactor and then adding these products together.

In the case of Δ = 4 1 1 1 2 3 3 1 2 we have a 11 = 4 , a 12 = 1 , a 13 = 1 ,

A 11 = + 2 3 1 2 = 4 3 = 1

A 12 = 1 3 3 2 = ( 2 9 ) = 7

A 13 = + 1 2 3 1 = 1 6 = 5

Hence Δ = 4 × 1 + 1 × 7 + 1 × 5 = 6 .

Alternatively, choosing to expand along the second row:

Δ = a 21 A 21 + a 22 A 22 + a 23 A 23 = 1 1 1 1 2 + 2 4 1 3 2 + 3 4 1 3 1 = 6 as before.
Task!

Use expansion along the first row to find Δ = 1 1 3 0 2 6 2 1 5

a 11 = 1 , a 12 = 1 , a 13 = 3

A 11 = + 2 6 1 5 = 10 6 = 4 A 12 = 0 6 2 5 = ( 0 + 12 ) = 12 A 13 = + 0 2 2 1 = 2 + 2 = 4 .

Hence Δ = 1 × 4 + ( 1 ) × ( 12 ) + 3 × 4 = 4 + 12 + 12 = 28 , as before.