OOoES/Traduccion/Calc: Funcion MMULT

From Apache OpenOffice Wiki
< OOoES
Revision as of 18:01, 16 September 2011 by Hohenheim (talk | contribs) (Created page with '== MMULT== Devuelve la matriz producto de dos matrices. === Sintaxis: === <tt>''' MDETERM(Matriz, Matriz) '''</tt> :Donde <tt>''' Matriz'''</tt> es la primera matriz para el prod…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

MMULT

Devuelve la matriz producto de dos matrices.

Sintaxis:

MDETERM(Matriz, Matriz)

Donde Matriz es la primera matriz para el producto de matrices y Matriz es la segunda matriz con el mismo número de filas y columnas que la primera.

Ejemplo:

A B
1 1 2
2 4 3
C D
1 2 2
2 2 2

MMULT(A1:B2;C1:D")

Devuelve el producto como matriz:
C D
4 6 6
5 14 14
Personal tools