Math ClubMath Club
v1 · padrão canônico

第34講 — 2x2と3x3の行列式

向きづけられた体積としての行列式。3x3のサラスの公式。性質。可逆性の判定。

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積」の規則。)

性質

  1. det(I)=1\det(I) = 1.
  2. det(AT)=det(A)\det(A^T) = \det(A).
  3. det(AB)=det(A)det(B)\det(AB) = \det(A) \cdot \det(B).
  4. det(αA)=αndet(A)\det(\alpha A) = \alpha^n \det(A)(An×nA_{n \times n}のとき).
  5. det(A1)=1/det(A)\det(A^{-1}) = 1/\det(A).
  6. 2行/列の入れ替えは符号を反転させる
  7. AAに等しい2行/列があれば、detA=0\det A = 0
  8. ある行の倍数を別の行に加えても行列式は変わらない

幾何学的解釈

  • 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

30 exercises · 7 with worked solution (25%)

Application 20Understanding 2Modeling 5Challenge 2Proof 1
  1. Ex. 34.1ApplicationAnswer key
    det(1234)\det \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.
  2. Ex. 34.2Application
    det(5723)\det \begin{pmatrix} 5 & 7 \\ 2 & 3 \end{pmatrix}.
  3. Ex. 34.3ApplicationAnswer key
    det(0110)\det \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}.
  4. Ex. 34.4Application
    det(111123149)\det \begin{pmatrix} 1 & 1 & 1 \\ 1 & 2 & 3 \\ 1 & 4 & 9 \end{pmatrix}(ヴァンデルモンド)。
  5. Ex. 34.5Application
    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}。(対角行列 — 対角成分の積。)
  7. Ex. 34.7Application
    det(123456789)\det \begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix}。(答: 0 — 列が従属。)
  8. Ex. 34.8Application
    どのkkdet(k123)=0\det \begin{pmatrix} k & 1 \\ 2 & 3 \end{pmatrix} = 0となるか?
  9. Ex. 34.9ApplicationAnswer key
    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)
  12. Ex. 34.12Application
    AAが三角行列ならdetA=\det A = 対角成分の積であることを示せ。
  13. Ex. 34.13ApplicationAnswer key
    det(cosθsinθsinθcosθ)\det \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}。(答: 1。)
  14. Ex. 34.14Application
    直交行列AAdetA\det A: ±1\pm 1に等しい。
  15. Ex. 34.15Application
    クラメルで解け: {2x+3y=7xy=1\begin{cases} 2x + 3y = 7 \\ x - y = 1 \end{cases}
  16. Ex. 34.16Application
    クラメル3x3 — {x+y+z=6xy+z=22x+yz=3\begin{cases} x + y + z = 6 \\ x - y + z = 2 \\ 2x + y - z = 3 \end{cases}
  17. Ex. 34.17Application
    AAに零行があればdetA\det A: 0。
  18. Ex. 34.18Application
    det(1224)\det \begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix}。(答: 0 — 列が比例。)
  19. Ex. 34.19Application
    (2,0)(2, 0)(1,3)(1, 3)が張る平行四辺形の面積。
  20. Ex. 34.20Application
    (1,0,0),(0,1,0),(1,1,1)(1,0,0), (0,1,0), (1,1,1)が張る平行六面体の体積。
  21. Ex. 34.21Modeling
    2D CGでスケーリング変換(2003)\begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}det=6\det = 6 — 面積を6倍する。
  22. Ex. 34.22Modeling
    数値線形代数で条件数\kappa = |\lambda_\max|/|\lambda_\min|det\detと関連 — det0\det \approx 0の行列は悪条件。
  23. Ex. 34.23ModelingAnswer key
    経済学(レオンチェフ)で行列(IL)(I - L)の可逆性はdet0\det \neq 0に依存。
  24. Ex. 34.24Modeling
    力学で座標変換のヤコビアンは行列式。
  25. Ex. 34.25Modeling
    系の力学\dot \mathbf{x} = A\mathbf{x}で安定性は固有値に依存。行列式 = 固有値の積。
  26. Ex. 34.26Understanding
    AAに等しい2行があればdetA=0\det A = 0を示せ。
  27. Ex. 34.27UnderstandingAnswer key
    行をα\alpha倍すると行列式がα\alpha倍されることを示せ。
  28. Ex. 34.28Challenge
    det(1aa21bb21cc2)\det \begin{pmatrix} 1 & a & a^2 \\ 1 & b & b^2 \\ 1 & c & c^2 \end{pmatrix}を計算 — ヴァンデルモンド。
  29. Ex. 34.29Challenge
    頂点0,v1,v2,v3\mathbf{0}, \mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3の四面体の体積がdet/6|\det|/6であることを示せ。
  30. Ex. 34.30ProofAnswer key
    2x2についてdet(AB)=det(A)det(B)\det(AB) = \det(A)\det(B)を証明 — 両辺を明示的に展開せよ。

この講の出典

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

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