Math ClubMath Club
v1 · padrão canônico

Lección 33 — Matriz traspuesta, identidad, inversa

La traspuesta refleja la matriz. La inversa deshace la multiplicación: solo existe cuando el determinante es no nulo.

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

Traspuesta e inversa

Traspuesta

(AT)ij=aji(A^T)_{ij} = a_{ji}. Se intercambian filas por columnas. Propiedades:

PropiedadFórmula
Involución(AT)T=A(A^T)^T = A
Suma(A+B)T=AT+BT(A + B)^T = A^T + B^T
Escalar(αA)T=αAT(\alpha A)^T = \alpha A^T
Producto(AB)T=BTAT(AB)^T = B^T A^T (invierte el orden)
Inversa-traspuesta(AT)1=(A1)T(A^T)^{-1} = (A^{-1})^T

Matriz simétrica: AT=AA^T = A. Matriz ortogonal: ATA=IA^T A = IA1=ATA^{-1} = A^T.

Identidad

InI_n: matriz cuadrada n×nn \times n con 1 en la diagonal y 0 fuera. Para todo An×nA_{n \times n}: AI=IA=AAI = IA = A

Inversa

An×nA_{n \times n} es invertible (no singular) si existe A1A^{-1} tal que AA1=A1A=IAA^{-1} = A^{-1}A = I. Teorema de Equivalencia: para AA cuadrada, son equivalentes:

  1. AA es invertible.
  2. detA0\det A \neq 0.
  3. Ax=0A\mathbf{x} = \mathbf{0} tiene solo x=0\mathbf{x} = \mathbf{0}.
  4. Las columnas de AA son linealmente independientes.
  5. Las filas de AA son linealmente independientes.
  6. AA tiene rango pleno: rank(A)=n\text{rank}(A) = n.
  7. AA es producto de matrices elementales.

Inversa 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}

(Válido si adbc0ad - bc \neq 0.)

Propiedades de la inversa

  • (A1)1=A(A^{-1})^{-1} = A
  • (AB)1=B1A1(AB)^{-1} = B^{-1} A^{-1} (¡invierte el orden!)
  • (AT)1=(A1)T(A^T)^{-1} = (A^{-1})^T
  • (αA)1=(1/α)A1(\alpha A)^{-1} = (1/\alpha) A^{-1}
  • det(A1)=1/det(A)\det(A^{-1}) = 1/\det(A)

Cálculo vía Gauss-Jordan

Forma [AI][A | I] → eliminación hasta [IA1][I | A^{-1}]. Coste O(n3)O(n^3).

Exercise list

48 exercises · 12 with worked solution (25%)

Application 30Understanding 8Modeling 6Challenge 3Proof 1
  1. Ex. 33.1ApplicationAnswer key
    Traspuesta de (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}. (Resp.: (1324)\begin{pmatrix} 1 & 3 \\ 2 & 4 \end{pmatrix}.)
  2. Ex. 33.2Application
    Traspuesta de (123456)\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \end{pmatrix}.
  3. Ex. 33.3ApplicationAnswer key
    Inversa de (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}. (Resp.: (213/21/2)\begin{pmatrix} -2 & 1 \\ 3/2 & -1/2 \end{pmatrix}.)
  4. Ex. 33.4Application
    Inversa de (2003)\begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}.
  5. Ex. 33.5Application
    Inversa de (1001)\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}.
  6. Ex. 33.6Application
    ¿Existe la inversa de (1224)\begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix}? Justifícalo. (Resp.: no, det=0\det = 0.)
  7. Ex. 33.7ApplicationAnswer key
    Verifica que AA1=IA \cdot A^{-1} = I para A=(3152)A = \begin{pmatrix} 3 & 1 \\ 5 & 2 \end{pmatrix}.
  8. Ex. 33.8Application
    Inversa de (cosθsinθsinθcosθ)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}. (Resp.: rotación por θ-\theta.)
  9. Ex. 33.9Application
    Resuelve Ax=bA\mathbf{x} = \mathbf{b} vía inversa: A=(2113)A = \begin{pmatrix} 2 & 1 \\ 1 & 3 \end{pmatrix}, b=(5,7)T\mathbf{b} = (5, 7)^T.
  10. Ex. 33.10ApplicationAnswer key
    Verifica si (1234)\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} es simétrica. (Resp.: no, a12a21a_{12} \neq a_{21}.)
  11. Ex. 33.11Application
    Verifica (AB)T=BTAT(AB)^T = B^T A^T para A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} y B=(0110)B = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}.
  12. Ex. 33.12Application
    ¿Para qué kk la matriz (1k24)\begin{pmatrix} 1 & k \\ 2 & 4 \end{pmatrix} no tiene inversa? (Resp.: k=2k = 2.)
  13. Ex. 33.13Application
    Inversa de (1111)\begin{pmatrix} 1 & -1 \\ 1 & 1 \end{pmatrix}.
  14. Ex. 33.14Application
    Demuestra numéricamente que A+ATA + A^T es simétrica para A=(1425)A = \begin{pmatrix} 1 & 4 \\ 2 & 5 \end{pmatrix}.
  15. Ex. 33.15Application
    Demuestra numéricamente que AATA - A^T es antisimétrica.
  16. Ex. 33.16ApplicationAnswer key
    (A1)1=A(A^{-1})^{-1} = A: verifícalo para A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.
  17. Ex. 33.17Application
    ¿Para qué diagonal (a00b)\begin{pmatrix} a & 0 \\ 0 & b \end{pmatrix} es invertible? (Resp.: ab0ab \neq 0.)
  18. Ex. 33.18Application
    Inversa de (ab0d)\begin{pmatrix} a & b \\ 0 & d \end{pmatrix} (triangular, ad0ad \neq 0).
  19. Ex. 33.19Application
    A=(0110)A = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}. Calcula A4A^4 y A1A^{-1}.
  20. Ex. 33.20ApplicationAnswer key
    Descompón (1425)\begin{pmatrix} 1 & 4 \\ 2 & 5 \end{pmatrix} como simétrica + antisimétrica.
  21. Ex. 33.21Application
    Calcula A1A^{-1} de A=(100020005)A = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 5 \end{pmatrix} (diagonal).
  22. Ex. 33.22Application
    Calcula A1A^{-1} de A=(111011001)A = \begin{pmatrix} 1 & 1 & 1 \\ 0 & 1 & 1 \\ 0 & 0 & 1 \end{pmatrix} (triangular).
  23. Ex. 33.23Application
    Aplica Gauss-Jordan en [AI][A|I] para A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}.
  24. Ex. 33.24Application
    Verifica que (123014560)\begin{pmatrix} 1 & 2 & 3 \\ 0 & 1 & 4 \\ 5 & 6 & 0 \end{pmatrix} tiene inversa (calcula det\det).
  25. Ex. 33.25Application
    Resuelve Ax=bA\mathbf x = \mathbf b con A=(1123)A = \begin{pmatrix} 1 & 1 \\ 2 & 3 \end{pmatrix}, b=(3,8)T\mathbf b = (3, 8)^T, vía A1A^{-1}.
  26. Ex. 33.26Application
    Inversa de la matriz de permutación P=(010100001)P = \begin{pmatrix} 0 & 1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 1 \end{pmatrix}. (Resp.: PT=P1P^T = P^{-1}.)
  27. Ex. 33.27Application
    Calcula A1A^{-1} para A=(1211)A = \begin{pmatrix} 1 & 2 \\ -1 & 1 \end{pmatrix}.
  28. Ex. 33.28ApplicationAnswer key
    Usa A1A^{-1} para resolver {x+2y=5x+y=1\begin{cases} x + 2y = 5 \\ -x + y = 1 \end{cases}.
  29. Ex. 33.29ApplicationAnswer key
    Verifica que si AT=A1A^T = A^{-1}, entonces ATA=IA^TA = I (matriz ortogonal).
  30. Ex. 33.30Application
    Verifica si (1/21/21/21/2)\begin{pmatrix} 1/\sqrt 2 & 1/\sqrt 2 \\ -1/\sqrt 2 & 1/\sqrt 2 \end{pmatrix} es ortogonal.
  31. Ex. 33.31Understanding
    Demuestra que si AA es simétrica e invertible, A1A^{-1} también es simétrica.
  32. Ex. 33.32UnderstandingAnswer key
    Demuestra que si A2=IA^2 = I, entonces A=A1A = A^{-1}.
  33. Ex. 33.33Understanding
    Demuestra que una matriz ortogonal (ATA=IA^T A = I) tiene A1=ATA^{-1} = A^T.
  34. Ex. 33.34Understanding
    Demuestra que si A,BA, B son invertibles, ABAB es invertible.
  35. Ex. 33.35Understanding
    Demuestra que (AT)1=(A1)T(A^T)^{-1} = (A^{-1})^T.
  36. Ex. 33.36Understanding
    Demuestra que si AA es triangular invertible, A1A^{-1} también es triangular del mismo tipo.
  37. Ex. 33.37UnderstandingAnswer key
    Demuestra que el producto de matrices ortogonales es ortogonal.
  38. Ex. 33.38Understanding
    Demuestra que det(A1)=1/det(A)\det(A^{-1}) = 1/\det(A).
  39. Ex. 33.39Modeling
    Usa la inversa para resolver: {2x+y=7x3y=2\begin{cases} 2x + y = 7 \\ x - 3y = -2 \end{cases}.
  40. Ex. 33.40Modeling
    En criptografía matricial (Hill cipher), cifrar un mensaje como vector m\mathbf{m} vía AmA\mathbf{m}. Descifrar = A1(Am)A^{-1}(A\mathbf{m}). Modélalo con A2×2A_{2\times 2}.
  41. Ex. 33.41ModelingAnswer key
    En CG, la transformación inversa es fundamental: aplicar transformación a la cámara es aplicar la inversa a los objetos. Explica por qué.
  42. Ex. 33.42Modeling
    En economía, la matriz de Leontief LL relaciona producción con demanda. Solución: x=(IL)1d\mathbf{x} = (I - L)^{-1} \mathbf{d}. Para L=(0,20,10,30,4)L = \begin{pmatrix} 0{,}2 & 0{,}1 \\ 0{,}3 & 0{,}4 \end{pmatrix}, d=(10,20)T\mathbf d = (10, 20)^T, calcula x\mathbf x.
  43. Ex. 33.43Modeling
    Identifica si (123014001)\begin{pmatrix} 1 & 2 & 3 \\ 0 & 1 & 4 \\ 0 & 0 & 1 \end{pmatrix} es triangular superior. ¿Inversa también triangular superior?
  44. Ex. 33.44Modeling
    En estadística, regresión β^=(XTX)1XTy\hat\beta = (X^TX)^{-1}X^T\mathbf y. ¿Por qué la eliminación es preferible a la inversión directa?
  45. Ex. 33.45Challenge
    Encuentra una matriz AA con A3=IA^3 = I pero AIA \neq I. (Sugerencia: rotación por 120°120°.)
  46. Ex. 33.46ChallengeAnswer key
    Demuestra que si AB=IAB = I para A,BMnA, B \in M_n, entonces BA=IBA = I (no trivial).
  47. Ex. 33.47Challenge
    Calcula A1A^{-1} para A=I+uvTA = I + \mathbf u \mathbf v^T con u,vRn\mathbf u, \mathbf v \in \mathbb R^n y 1+vTu01 + \mathbf v^T\mathbf u \neq 0 (Sherman-Morrison).
  48. Ex. 33.48Proof
    Demuestra (AB)1=B1A1(AB)^{-1} = B^{-1}A^{-1} vía (AB)(B1A1)=I(AB)(B^{-1}A^{-1}) = I.

Fuentes de esta lección

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.