本文为《Linear algebra and its applications》的读书笔记
目录
Definition
Recall from Section 2.2 that a matrix is invertible if and only if its determinant is nonzero. To extend this useful fact to larger matrices, we need a definition for the determinant of an matrix. We can discover the definition for the case by watching what happens when an invertible matrix is row reduced.
Consider with . If we multiply the second and third rows of by and then subtract appropriate multiples of the first row from the other two rows, we find that is row equivalent to the following two matrices:
Since is invertible, either the -entry or the -entry on the right in (1) is nonzero. Let us suppose that the -entry is nonzero. (Otherwise, we can make a row interchange before proceeding.) Multiply row 3 by , and then to the new row 3 add times row 2. This will show that
where
Since is invertible, must be nonzero. The converse is true, too. We call in (2) the determinant of the matrix .
Recall that the determinant of a matrix, , is the number
For a matrix—say, —we define . To generalize the definition of the determinant to larger matrices, we’ll use determinants to rewrite the determinant described above. Since the terms in can be grouped as .
For brevity, write
where , , and are obtained from by deleting the first row and one of the three columns. For any square matrix , let denote the submatrix formed by deleting the th row and th column of .
We can now give a definition of a determinant.
Another common notation for the determinant of a matrix uses a pair of vertical lines in place of brackets.
To state the next theorem, it is convenient to write the definition of in a slightly different form. Given , the -cofactor (余因子) of is the number given by
Then
This formula is called a cofactor expansion across the first row (第一行的余因子展开式) of . We omit the proof of the following fundamental theorem to avoid a lengthy digression.
The factor determines the following checkerboard pattern of signs:
Theorem 1 is helpful for computing the determinant of a matrix that contains many zeros.
EXAMPLE 3
Compute , where
SOLUTION
The matrix in Example 3 was nearly triangular. The method in that example is easily adapted to prove the following theorem.