Saltar al contenido principal
LibreTexts Español

14.3: Producto Matriz

  • Page ID
    85020
  • \( \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 N × m A y una matriz m × p B, el producto matriz AB se define por

    \[(AB)_{ij}=\sum_{k=1}^{m}A_{ik}B_{kj}\]

    donde el índice ij indica la entrada i-ésima fila y j-ésima columna de la matriz n × p resultante. Por lo tanto, cada entrada consiste en el producto escalar de la i-ésima fila de A con la j-ésima columna de B.

    Tenga en cuenta que para que esto funcione, la matriz derecha (aquí B) tiene que tener tantas columnas como la matriz de la izquierda (aquí A) tiene filas. Por lo tanto, la operación no es conmutativa, es decir, AB ≠ BA.

    Por ejemplo, multiplicar una matriz de 3x3 por una matriz de 3x1 (un vector), funciona de la siguiente manera: Let

    \ [\ negridsymbol {A} =\ begin {pmatrix}
    a & b & c\\
    p & q & r\\
    u & v & w
    \ end {pmatrix}\\ símbolo en negrilla {B} =\ comenzar {pmatrix}
    x\\
    y\\
    z
    \ final {pmatrix}\]

    Entonces su producto matriz es:

    \ [\ negridsymbol {AB} =\ begin {pmatrix}
    a & b & c\\
    p & q & r\\
    u & v & w
    \ end {pmatrix}\ begin {pmatrix}\ begin {pmatrix}
    x\\
    y\
    \
    z\ end {pmatrix} =\ begin {pmatrix}
    ax+por+cz\\
    px+qy+rz\\
    ux+vy+wz
    \ end {pmatrix}\]


    This page titled 14.3: Producto 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.