"

Section 3.1 The Cofactor Expansion

Question: We know the determinant of a 2×2 matrix. How about the determinant of an n×n matrix?

We know that if a 2×2 matrix is invertible if and only if detA0. If we want to define the determinant of an n×n matrix then we would want the similar property as the 2×2 matrix case.

Recall that a 2×2 matrix is invertible if and only if it is row equivalent to the 2×2 identity matrix. Here is how we operate the row reduction on a 2×2 matrix:

 

A=[a11a12a21a22][a11a12a11a21a11a22][a11a12a11a22a12a21]

 

When A is equivalent to identity matrix, we must have detA is nonzero. Similarly, we can have the row operation on an 3×3 matrix:

 

A=[a11a12a13a21a22a23a31a32a33][a11a12a13a11a21a11a22a11a23a11a31a11a32a11a33][a11a12a130a11a22a21a12a11a23a21a130a11a32a31a12a11a33a31a13][a11a12a130a11a22a21a12a11a23a21a1300a11]

 

where =a11a22a33+a12a23a31+a13a21a32a11a23a32a12a21a33a13a22a31. If A is equivalent to the 3×3 identity matrix then must be nonzero. It is naturally to define the determinant of the 3×3 matrix A as . But how about 4×4 matrix?

Notice that

 

=a11det[a22a23a32a33]a12det[a21a23a31a33]+a13det[a21a22a31a32]=a11detA11a12detA12+a13detA13

 

where A11 is coming from deleting first row and first column of A or the row and the column of the a11,A12 is coming from deleting first row and the second column of A or the row and the column of a_{12}, and A13 is coming from deleting first row and third column of A or the row and the column of a13.

 

 

We use =a11detA11a12detA12+a13detA13 to extend to the determinant of n×n matrix A.

 

Definition: Let n2, the determinant of an n×n matrix A=[aij] is the following

 

detA=a11detA11a12detA12+a13detA13a14detA14++(1)1+na1ndetA1n=nj=1(1)1jdetA1j

 

where A1j is the submatrix of A by deleting the first row and j-th column of A or the row and the column of a1j.

 

 

Example 1: Compute the determinant of A=[123014242].

 

 

Exercise 1: Compute the determinant of A=[022105142].

 

Definition: Given A=[aij], the (i,j)-cofactor of A is the number Cij=(1)i+jdetAij where Aij is the submtrix of A by deleting i-th row and j-th column of A. Then

 

detA=a11C11+a12C12++a1nC1n

 

is called a cofactor expansion across the first row of A.

 

Theorem: The determinant of an n×n matrix A can be computed by a cofactor expansion across any row or down any column. The expansion across the i-th row is the following:

detA=ai1Ci1+ai2Ci2++ainCin

The cofactor expansion down the j-th column is

detA=a1jC1j+a2jC2j++anjCnj

 

Example 2: Use cofactor expansion across third row to compute detA and then use the cofactor expansion across second column to compute detA, where A=[101023342].

 

 

Exercise 2: Use cofactor expansion across third row to compute detA and then use the cofactor expansion across second column to compute detA, where A=[211103042].

 

Example 3: Compute determinant A=[2121410112003001023120130].

 

 

Exercise 3: Compute determinant A=[2021010112300001123220131].

 

Definition: A matrix is called a triangular matrix if A has either upper diagonal or lower diagonal entries that are nonzero.

 

Theorem: If A is a triangular matrix then detA is the product of the entries on the main diagonal.

 

Fact: For an 3×3 matrix A=[a11a12a13a21a22a23a31a32a33], one can compute the determinant as the following: 1: write the first two columns of A after the third column of A then the determinant of A is the sum of products of diagonal minus the sum of products of anti-diagonal.

 

Example 4: Compute determinant A using the fact above. A=[123234035].

 

 

Exercise 4: Compute determinant A using the fact above. A=[013233124].

 

GroupWork 1: Mark each statement True or False. Justify each answer. All matrices are n×n matrices.

a. The determinant of an n×n matrix is defined by the (n1)×(n1) submatrices.

 

b. The (i,j)-cofactor of a matrix A=[aij] is the matrix Aij obtained by deleting from A its i-th column and j-th row.

 

c. det(2A)=2 detA when A is a 2×2 matrix.

 

d. If A has a row or column consisting of zeros then detA=0.

 

e. The cofactor expansion of detA down a column is the negative of the cofactor down a row.

 

f. The determinant of a triangular matrix is the sum of the diagonal matrix.

 

g. det(A) = detA.

 

GroupWork 2: Compute the determinant.

E1=[100010k01]

E2=[010100001]

E3=[1000c0001]

 

GroupWork 3: Compute detAB, detA and detB. Find a relationship between them.

A=[130122001]

B=[252104301]

 

GroupWork 4: n each case either prove the statement or give an example showing that it is false. All matrices are n×n matrices.

a. det(A+B) = detA + detB.

 

b. If detA=0, then A has two equal rows.

 

c. If R is the reduced row-echelon form of A, then detA = detR.

 

d. If detA= detB then A=B.

 

GroupWork 5: Find the relationship between detA and detcA where c is a scalar.

 

GroupWork 6: If B is obtained by multiply a number c to one row of the matrix A. Find the relationship between detA and detB.

 

GroupWork 7: If B is obtained by switching two rows of the matrix A, find the relationship between detA and detB.

 

License

Icon for the Creative Commons Attribution 4.0 International License

Matrices Copyright © 2019 by Kuei-Nuan Lin is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.