Saltar al contenido principal
LibreTexts Español

14.4: Inversión Matriz

  • Page ID
    85026
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Dada una matriz A, encontrar la inversa B = A −1 implica resolver el sistema de ecuaciones que satisface

    \[\mathbf{AB=BA=I}\]

    con I la matriz de identidad. (La matriz de identidad es cero en todas partes excepto en sus entradas diagonales, que son una.)

    En el caso particular de las matrices ortonormales, cuyas columnas son todas ortogonales entre sí y de longitud una, la inversa es equivalente a la transpuesta, i.e.

    \[\mathbf{A}^{-1}=\mathbf{A}^{T}\]

    Esto es importante, ya que las matrices de rotación son ortonormales. En caso de que una matriz no sea cuadrática, podemos calcular la pseudo-inversa, que se define por

    \[\mathbf{A}^{+}=\mathbf{A}^{T}(\mathbf{AA}^{T})^{-1}\]

    y se utiliza a menudo para encontrar una solución cinemática inversa.


    This page titled 14.4: Inversión Matriz is shared under a CC BY-NC 4.0 license and was authored, remixed, and/or curated by Nikolaus Correll via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.