Question: We know the determinant of a matrix. How about the determinant of an matrix?
We know that if a matrix is invertible if and only if det. If we want to define the determinant of an matrix then we would want the similar property as the matrix case.
Recall that a matrix is invertible if and only if it is row equivalent to the identity matrix. Here is how we operate the row reduction on a matrix:
When is equivalent to identity matrix, we must have det is nonzero. Similarly, we can have the row operation on an matrix:
where . If is equivalent to the identity matrix then must be nonzero. It is naturally to define the determinant of the matrix as . But how about matrix?
Notice that
detdetdetdetdetdet
where is coming from deleting first row and first column of or the row and the column of the is coming from deleting first row and the second column of or the row and the column of a_{12}, and is coming from deleting first row and third column of or the row and the column of .
We use detdetdet to extend to the determinant of matrix .
Definition: Let , the determinant of an matrix is the following
detdetdetdetdetdetdet
where is the submatrix of by deleting the first row and -th column of or the row and the column of .
Example 1: Compute the determinant of .
Exercise 1: Compute the determinant of .
Definition: Given , the ()-cofactor of is the number det where is the submtrix of by deleting -th row and -th column of . Then
det
is called a cofactor expansion across the first row of .
Theorem: The determinant of an matrix can be computed by a cofactor expansion across any row or down any column. The expansion across the -th row is the following:
det
The cofactor expansion down the -th column is
det
Example 2: Use cofactor expansion across third row to compute det and then use the cofactor expansion across second column to compute det, where .
Exercise 2: Use cofactor expansion across third row to compute det and then use the cofactor expansion across second column to compute det, where .
Example 3: Compute determinant .
Exercise 3: Compute determinant .
Definition: A matrix is called a triangular matrix if has either upper diagonal or lower diagonal entries that are nonzero.
Theorem: If is a triangular matrix then det is the product of the entries on the main diagonal.
Fact: For an matrix , one can compute the determinant as the following: 1: write the first two columns of after the third column of then the determinant of is the sum of products of diagonal minus the sum of products of anti-diagonal.
Example 4: Compute determinant using the fact above. .
Exercise 4: Compute determinant using the fact above. .
GroupWork 1: Mark each statement True or False. Justify each answer. All matrices are matrices.
a. The determinant of an matrix is defined by the submatrices.
b. The -cofactor of a matrix is the matrix obtained by deleting from its -th column and -th row.
c. det det when is a matrix.
d. If has a row or column consisting of zeros then det.
e. The cofactor expansion of det 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 = det.
GroupWork 2: Compute the determinant.
GroupWork 3: Compute det, det and det. Find a relationship between them.
GroupWork 4: n each case either prove the statement or give an example showing that it is false. All matrices are matrices.
a. det = det + det.
b. If det, then has two equal rows.
c. If is the reduced row-echelon form of , then det = det.
d. If det= det then .
GroupWork 5: Find the relationship between det and det where is a scalar.
GroupWork 6: If is obtained by multiply a number to one row of the matrix . Find the relationship between det and det.
GroupWork 7: If is obtained by switching two rows of the matrix , find the relationship between det and det.