本文为《Linear algebra and its applications》的读书笔记

目录

Definition

Recall from Section 2.2 that a 2×22 \times 2 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 n×nn \times n matrix. We can discover the definition for the 3×33 \times 3 case by watching what happens when an invertible 3×33 \times 3 matrix AA is row reduced.

Consider A=[aij]A = [a_{ij}] with a110a_{11} \neq 0. If we multiply the second and third rows of AA by a11a_{11} and then subtract appropriate multiples of the first row from the other two rows, we find that AA is row equivalent to the following two matrices:

3.1 Introduction to determinants 行列式介绍
Since AA is invertible, either the (2,2)(2, 2)-entry or the (3,2)(3, 2)-entry on the right in (1) is nonzero. Let us suppose that the (2,2)(2, 2)-entry is nonzero. (Otherwise, we can make a row interchange before proceeding.) Multiply row 3 by a11a22a12a21a_{11}a_{22} - a_{12}a_{21}, and then to the new row 3 add (a11a32a12a31)-(a_{11}a_{32}-a_{12}a_{31}) times row 2. This will show that

3.1 Introduction to determinants 行列式介绍
where
Δ=a11a22a33+a12a23a31+a13a21a32a11a23a32a12a21a33a13a22a31       (2)\Delta=a_{11}a_{22}a_{33}+a_{12}a_{23}a_{31}+a_{13}a_{21}a_{32}-a_{11}a_{23}a_{32}-a_{12}a_{21}a_{33}-a_{13}a_{22}a_{31}\ \ \ \ \ \ \ (2)Since AA is invertible, Δ\Delta must be nonzero. The converse is true, too. We call Δ\Delta in (2) the determinant of the 3×33 \times 3 matrix AA.

Recall that the determinant of a 2×22 \times 2 matrix, A=[aij]A = [a_{ij}], is the number
det A=a11a22a12a21det\ A=a_{11}a_{22}-a_{12}a_{21}For a 1×11 \times 1 matrix—say, A=[a11]A = [a_{11}]—we define det A=a11det\ A = a_{11}. To generalize the definition of the determinant to larger matrices, we’ll use 2×22 \times 2 determinants to rewrite the 3×33 \times 3 determinant Δ\Delta described above. Since the terms in Δ\Delta can be grouped as (a11a22a33a11a23a32)(a12a21a33a12a23a31)+(a13a21a32a13a22a31)(a_{11}a_{22}a_{33} - a_{11}a_{23}a_{32}) -(a_{12}a_{21}a_{33} - a_{12}a_{23}a_{31})+(a_{13}a_{21}a_{32} - a_{13}a_{22}a_{31}).

3.1 Introduction to determinants 行列式介绍
For brevity, write

3.1 Introduction to determinants 行列式介绍
where A11A_{11}, A12A_{12}, and A13A_{13} are obtained from AA by deleting the first row and one of the three columns. For any square matrix AA, let AijA_{ij} denote the submatrix formed by deleting the iith row and jjth column of AA.

We can now give a recursiverecursive definition of a determinant.

3.1 Introduction to determinants 行列式介绍
Another common notation for the determinant of a matrix uses a pair of vertical lines in place of brackets.

3.1 Introduction to determinants 行列式介绍

3.1 Introduction to determinants 行列式介绍
To state the next theorem, it is convenient to write the definition of det Adet\ A in a slightly different form. Given A=[aij]A = [a_{ij}], the (i,j)(i, j)-cofactor (余因子) of AA is the number CijC_{ij} given by

3.1 Introduction to determinants 行列式介绍
Then
3.1 Introduction to determinants 行列式介绍
This formula is called a cofactor expansion across the first row (第一行的余因子展开式) of AA. We omit the proof of the following fundamental theorem to avoid a lengthy digression.

3.1 Introduction to determinants 行列式介绍
The factor (1)i+j(-1)^{i+j} determines the following checkerboard pattern of signs:
3.1 Introduction to determinants 行列式介绍
Theorem 1 is helpful for computing the determinant of a matrix that contains many zeros.

EXAMPLE 3
Compute det Adet\ A, where

3.1 Introduction to determinants 行列式介绍
SOLUTION
3.1 Introduction to determinants 行列式介绍
The matrix in Example 3 was nearly triangular. The method in that example is easily adapted to prove the following theorem.

3.1 Introduction to determinants 行列式介绍
3.1 Introduction to determinants 行列式介绍

相关文章: