Math ClubMath Club
v1 · padrão canônico

Leçon 33 — Matrice transposée, identité, inverse

La transposée reflète la matrice. L'inverse défait la multiplication — n'existe que si le déterminant est non nul.

Used in: 1.º ano do EM (16 anos) · Math I japonês cap. matrizes · Klasse 11 alemã Lineare Algebra

AA1=A1A=I,(AT)ij=ajiA A^{-1} = A^{-1} A = I, \qquad (A^T)_{ij} = a_{ji}
Choose your door

Rigorous notation, full derivation, hypotheses

Transposée et inverse

Transposée

(AT)ij=aji(A^T)_{ij} = a_{ji}. On échange lignes et colonnes. Propriétés :

  • (AT)T=A(A^T)^T = A
  • (A+B)T=AT+BT(A + B)^T = A^T + B^T
  • (αA)T=αAT(\alpha A)^T = \alpha A^T
  • (AB)T=BTAT(AB)^T = B^T A^T (inverse l'ordre !)

Matrice symétrique : AT=AA^T = A.

Identité

InI_n : matrice carrée n×nn \times n avec des 1 sur la diagonale et des 0 ailleurs. Pour tout An×nA_{n \times n} : AI=IA=AAI = IA = A

Inverse

An×nA_{n \times n} est inversible s'il existe A1A^{-1} tel que AA1=A1A=IAA^{-1} = A^{-1}A = I. Équivalents :

  1. AA est inversible.
  2. detA0\det A \neq 0.
  3. Ax=0A\mathbf{x} = \mathbf{0} n'a que x=0\mathbf{x} = \mathbf{0}.
  4. Les colonnes de AA sont linéairement indépendantes.

Inverse 2x2

A=(abcd),A1=1adbc(dbca)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}, \quad A^{-1} = \frac{1}{ad - bc} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}

(Valide si adbc0ad - bc \neq 0.)

Propriétés de l'inverse

  • (A1)1=A(A^{-1})^{-1} = A
  • (AB)1=B1A1(AB)^{-1} = B^{-1} A^{-1} (inverse l'ordre !)
  • (AT)1=(A1)T(A^T)^{-1} = (A^{-1})^T
  • (αA)1=(1/α)A1(\alpha A)^{-1} = (1/\alpha) A^{-1}

Exercise list

30 exercises · 7 with worked solution (25%)

Application 20Understanding 3Modeling 5Challenge 1Proof 1
  1. Ex. 33.1Application
    Transposée de (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.
  2. Ex. 33.2Application
    Transposée de (123456)\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{pmatrix}.
  3. Ex. 33.3Application
    Inverse de (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.
  4. Ex. 33.4Application
    Inverse de (2003)\begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}.
  5. Ex. 33.5ApplicationAnswer key
    Inverse de (1001)\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}.
  6. Ex. 33.6Application
    (1224)\begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix} a-t-elle un inverse ? Justifie.
  7. Ex. 33.7ApplicationAnswer key
    Vérifie que AA1=IA \cdot A^{-1} = I pour A=(3152)A = \begin{pmatrix} 3 & 1 \\ 5 & 2 \end{pmatrix}.
  8. Ex. 33.8Application
    Inverse de (cosθsinθsinθcosθ)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}.
  9. Ex. 33.9Application
    Résous Ax=bA\mathbf{x} = \mathbf{b} via inverse : A=(2113)A = \begin{pmatrix} 2 & 1 \\ 1 & 3 \end{pmatrix}, b=(5,7)T\mathbf{b} = (5, 7)^T.
  10. Ex. 33.10Application
    Montre si (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} est symétrique. (Non.)
  11. Ex. 33.11Application
    Vérifie que (AB)T=BTAT(AB)^T = B^T A^T.
  12. Ex. 33.12Application
    Pour quel kk la matrice (1k24)\begin{pmatrix} 1 & k \\ 2 & 4 \end{pmatrix} n'a-t-elle pas d'inverse ?
  13. Ex. 33.13Application
    Inverse de (1111)\begin{pmatrix} 1 & -1 \\ 1 & 1 \end{pmatrix}.
  14. Ex. 33.14ApplicationAnswer key
    Montre que A+ATA + A^T est symétrique.
  15. Ex. 33.15ApplicationAnswer key
    Montre que AATA - A^T est antisymétrique.
  16. Ex. 33.16Application
    (A1)1=A(A^{-1})^{-1} = A — vérifie pour A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.
  17. Ex. 33.17Application
    Pour quelle diagonale (a00b)\begin{pmatrix} a & 0 \\ 0 & b \end{pmatrix} est-elle inversible ?
  18. Ex. 33.18Application
    Inverse de (ab0d)\begin{pmatrix} a & b \\ 0 & d \end{pmatrix} (triangulaire).
  19. Ex. 33.19Application
    A=(0110)A = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}. Calcule A4A^4 et A1A^{-1}.
  20. Ex. 33.20ApplicationAnswer key
    Décompose (1425)\begin{pmatrix} 1 & 4 \\ 2 & 5 \end{pmatrix} comme symétrique + antisymétrique.
  21. Ex. 33.21Modeling
    Utilise l'inverse pour résoudre : {2x+y=7x3y=2\begin{cases} 2x + y = 7 \\ x - 3y = -2 \end{cases}.
  22. Ex. 33.22Modeling
    En cryptographie matricielle, chiffrer un message comme vecteur m\mathbf{m} via AmA\mathbf{m}. Déchiffrer = A1(Am)A^{-1}(A\mathbf{m}).
  23. Ex. 33.23Modeling
    En IG, la transformation inverse est fondamentale : appliquer une transformation à la caméra, c'est appliquer l'inverse aux objets.
  24. Ex. 33.24ModelingAnswer key
    En économie, la matrice de Leontief LL relie production et demande. Solution : x=(IL)1d\mathbf{x} = (I - L)^{-1} \mathbf{d}.
  25. Ex. 33.25Modeling
    Identifie si (123014001)\begin{pmatrix} 1 & 2 & 3 \\ 0 & 1 & 4 \\ 0 & 0 & 1 \end{pmatrix} est triangulaire supérieure. L'inverse est-elle aussi triangulaire ?
  26. Ex. 33.26Understanding
    Montre que si AA est symétrique et inversible, A1A^{-1} est aussi symétrique.
  27. Ex. 33.27Understanding
    Montre que si A2=IA^2 = I, alors A=A1A = A^{-1}.
  28. Ex. 33.28UnderstandingAnswer key
    Montre qu'une matrice orthogonale (ATA=IA^T A = I) a A1=ATA^{-1} = A^T.
  29. Ex. 33.29Challenge
    Trouve une matrice AA avec A3=IA^3 = I mais AIA \neq I.
  30. Ex. 33.30Proof
    Démontre (AB)1=B1A1(AB)^{-1} = B^{-1}A^{-1} via (AB)(B1A1)=I(AB)(B^{-1}A^{-1}) = I.

Sources de cette leçon

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.