Math ClubMath Club
v1 · padrão canônico

第34课 — 2x2和3x3行列式

Determinante como volume orientado. Sarrus para 3x3. Laplace. Propriedades. Critério de invertibilidade.

Used in: 1.º ano EM (15 anos) · Equiv. Math II japonês · Equiv. Klasse 11 alemã

det(abcd)=adbc\det \begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc
Choose your door

Rigorous notation, full derivation, hypotheses

计算与性质

2x2

det(abcd)=adbc\det \begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc

3x3——萨吕斯法则

det(abcdefghi)=aei+bfg+cdhcegbdiafh\det \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix} = aei + bfg + cdh - ceg - bdi - afh

(在右边重复前两列,3 个下行乘积 − 3 个上行乘积。)

n×n——拉普拉斯展开(代数余子式)

detA=j=1n(1)i+jaijMij\det A = \sum_{j=1}^n (-1)^{i+j} a_{ij} M_{ij}

其中 MijM_{ij}子式(去掉第 ii 行第 jj 列的子矩阵的行列式)。递归:将 n×nn \times n 简化为 (n1)×(n1)(n-1) \times (n-1) 之和。

通过置换的定义(莱布尼茨)

detA=σSnsgn(σ)i=1nai,σ(i)\det A = \sum_{\sigma \in S_n} \text{sgn}(\sigma) \prod_{i=1}^n a_{i,\sigma(i)}

对所有 n!n! 置换求和。

性质

#性质
1det(I)=1\det(I) = 1
2det(AT)=det(A)\det(A^T) = \det(A)
3det(AB)=det(A)det(B)\det(AB) = \det(A) \cdot \det(B)(柯西-比内)
4An×nA_{n\times n}det(αA)=αndet(A)\det(\alpha A) = \alpha^n \det(A)
5det(A1)=1/det(A)\det(A^{-1}) = 1/\det(A)
6交换两行/列改变符号
7零行 ⟹ det=0\det = 0
8两行相等 ⟹ det=0\det = 0
9行成比例 ⟹ det=0\det = 0
10一行的倍数加到另一行不改变 det\det
11一行乘以 α\alpha 使 det\det 乘以 α\alpha
12三角:det=\det = 对角线乘积

几何解释

  • detA|\det A| = 由 AA 的列生成的平行六面体的体积。
  • detA>0\det A > 0:保持定向。detA<0\det A < 0:反转定向。
  • detA=0\det A = 0:列线性相关("压扁"的平行六面体)。

可逆性判据

AA 可逆     detA0\iff \det A \neq 0

Exercise list

46 exercises · 11 with worked solution (25%)

Application 32Understanding 3Modeling 8Challenge 2Proof 1
  1. Ex. 34.1ApplicationAnswer key
    det(1234)\det \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}。(答:2-2。)
  2. Ex. 34.2ApplicationAnswer key
    det(5723)\det \begin{pmatrix} 5 & 7 \\ 2 & 3 \end{pmatrix}。(答:11。)
  3. Ex. 34.3ApplicationAnswer key
    det(0110)\det \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}。(答:11。)
  4. Ex. 34.4Application
    det(111123149)\det \begin{pmatrix} 1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 4 & 9 \end{pmatrix}(范德蒙德)。
  5. Ex. 34.5ApplicationAnswer key
    det(100010001)\det \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}
  6. Ex. 34.6Application
    det(200030004)\det \begin{pmatrix} 2 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 4 \end{pmatrix}。(答:2424——对角乘积。)
  7. Ex. 34.7Application
    det(123456789)\det \begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix}。(答:00——列相关。)
  8. Ex. 34.8Application
    kk 取何值时 det(k123)=0\det \begin{pmatrix} k & 1 \\ 2 & 3 \end{pmatrix} = 0?(答:k=2/3k = 2/3。)
  9. Ex. 34.9Application
    A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} 验证 det(AT)=det(A)\det(A^T) = \det(A)
  10. Ex. 34.10Application
    A=(1001)A = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}det(2A)\det(2A)。(221=42^2 \cdot 1 = 4。)
  11. Ex. 34.11Application
    detA=5,detB=3\det A = 5, \det B = 3 时的 det(AB)\det(AB)。(答:1515。)
  12. Ex. 34.12Application
    证明若 AA 三角,detA=\det A = 对角元素乘积。
  13. Ex. 34.13Application
    det(cosθsinθsinθcosθ)\det \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}。(答:11。)
  14. Ex. 34.14Application
    证明正交 AAdetA=±1\det A = \pm 1
  15. Ex. 34.15Application
    det(210121012)\det \begin{pmatrix} 2 & -1 & 0 \\ -1 & 2 & -1 \\ 0 & -1 & 2 \end{pmatrix}(三对角)。(答:44。)
  16. Ex. 34.16ApplicationAnswer key
    用萨吕斯计算 det(314159265)\det\begin{pmatrix} 3 & 1 & 4 \\ 1 & 5 & 9 \\ 2 & 6 & 5 \end{pmatrix}
  17. Ex. 34.17ApplicationAnswer key
    AA 有零行,detA\det A:0。
  18. Ex. 34.18Application
    det(1224)\det \begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix}。(答:00——列成比例。)
  19. Ex. 34.19Application
    (2,0)(2, 0)(1,3)(1, 3) 生成的平行四边形面积。(答:66。)
  20. Ex. 34.20Application
    (1,0,0),(0,1,0),(1,1,1)(1,0,0), (0,1,0), (1,1,1) 生成的平行六面体体积。(答:11。)
  21. Ex. 34.21Application
    用第3列拉普拉斯计算 det(120340005)\det\begin{pmatrix} 1 & 2 & 0 \\ 3 & 4 & 0 \\ 0 & 0 & 5 \end{pmatrix}
  22. Ex. 34.22Application
    det(An)=(detA)n\det(A^n) = (\det A)^n 计算 det(1234)3\det\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}^3。(答:8-8。)
  23. Ex. 34.23Application
    A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} 计算 det(A1)\det(A^{-1})。(答:1/2-1/2。)
  24. Ex. 34.24Application
    用克拉默解 {2x+3y=7xy=1\begin{cases} 2x + 3y = 7 \\ x - y = 1 \end{cases}。(答:x=2,y=1x = 2, y = 1。)
  25. Ex. 34.25ApplicationAnswer key
    用克拉默解 {x+y+z=6xy+z=22x+yz=3\begin{cases} x + y + z = 6 \\ x - y + z = 2 \\ 2x + y - z = 3 \end{cases}
  26. Ex. 34.26Application
    用消元法计算 det(121250364)\det\begin{pmatrix} 1 & 2 & 1 \\ 2 & 5 & 0 \\ 3 & 6 & 4 \end{pmatrix}
  27. Ex. 34.27Application
    计算 det(1234012300120001)\det\begin{pmatrix} 1 & 2 & 3 & 4 \\ 0 & 1 & 2 & 3 \\ 0 & 0 & 1 & 2 \\ 0 & 0 & 0 & 1 \end{pmatrix}。(答:11——单位三角。)
  28. Ex. 34.28Application
    A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}B=(2013)B = \begin{pmatrix} 2 & 0 \\ 1 & 3 \end{pmatrix} 数值验证 det(AB)=detAdetB\det(AB) = \det A \det B
  29. Ex. 34.29ApplicationAnswer key
    A4×4A_{4\times 4}detA=2\det A = 2 时的 det(3A)\det(3A)。(答:342=1623^4 \cdot 2 = 162。)
  30. Ex. 34.30Application
    计算 det(1111124813927141664)\det\begin{pmatrix} 1 & 1 & 1 & 1 \\ 1 & 2 & 4 & 8 \\ 1 & 3 & 9 & 27 \\ 1 & 4 & 16 & 64 \end{pmatrix}(范德蒙德)。
  31. Ex. 34.31Application
    (123456789)\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix} 的余子式 C23C_{23}
  32. Ex. 34.32Application
    A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} 用公式 A1=1detAadj(A)A^{-1} = \frac{1}{\det A}\text{adj}(A)
  33. Ex. 34.33Modeling
    在 2D CG 中,缩放变换 (2003)\begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}det=6\det = 6——面积乘以6。
  34. Ex. 34.34Modeling
    在数值线性代数中,条件数 \kappa = |\lambda_\max|/|\lambda_\min|det\det 相关——det0\det \approx 0 的矩阵病态。
  35. Ex. 34.35Modeling
    在经济学(列昂惕夫)中,矩阵 (IL)(I - L) 的可逆性依赖于 det0\det \neq 0
  36. Ex. 34.36ModelingAnswer key
    在力学中,坐标变换的雅可比是行列式。应用于极坐标:J=rJ = r
  37. Ex. 34.37Modeling
    在动力学 x˙=Ax\dot{\mathbf x} = A\mathbf x 中,稳定性依赖于特征值。行列式 == 特征值乘积。
  38. Ex. 34.38ModelingAnswer key
    顶点为 (x1,y1),(x2,y2),(x3,y3)(x_1, y_1), (x_2, y_2), (x_3, y_3) 的三角形面积:12det(x2x1x3x1y2y1y3y1)\frac{1}{2}|\det\begin{pmatrix} x_2-x_1 & x_3-x_1 \\ y_2-y_1 & y_3-y_1 \end{pmatrix}|
  39. Ex. 34.39ModelingAnswer key
    (0,0),(3,0),(0,4)(0,0), (3,0), (0,4) 形成面积 66 的三角形。通过行列式验证。
  40. Ex. 34.40Modeling
    通过 det=0\det = 0 验证三点 (1,2),(3,4),(5,6)(1,2), (3,4), (5,6) 是否共线。
  41. Ex. 34.41Understanding
    证明若 AA 有2行相等,detA=0\det A = 0
  42. Ex. 34.42Understanding
    证明一行乘以 α\alpha 使行列式乘以 α\alpha
  43. Ex. 34.43Understanding
    证明一行倍数加到另一行不改变 det\det
  44. Ex. 34.44Challenge
    计算 det(1aa21bb21cc2)\det \begin{pmatrix} 1 & a & a^2 \\ 1 & b & b^2 \\ 1 & c & c^2 \end{pmatrix}——3x3 范德蒙德。(答:(ba)(ca)(cb)(b-a)(c-a)(c-b)。)
  45. Ex. 34.45Challenge
    证明顶点为 0,v1,v2,v3\mathbf{0}, \mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3 的四面体体积是 det/6|\det|/6
  46. Ex. 34.46Proof
    对 2x2 证明 det(AB)=det(A)det(B)\det(AB) = \det(A)\det(B)——显式展开两边。

本课参考来源

Updated on 2026-04-30 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.