Difference between revisions of "OOoES/Traduccion/Calc: Funcion MINVERSA"
From Apache OpenOffice Wiki
< OOoES
(Created page with '== MINVERSA== Devuelve la inversa de una matriz === Sintaxis: === <tt>''' MDETERM(Matriz) '''</tt> :Donde <tt>''' Matriz'''</tt> es la matriz que será invertida. === Eje…') |
|||
| Line 45: | Line 45: | ||
|} | |} | ||
| + | |||
| + | [[Category:ES]] | ||
Revision as of 17:27, 16 September 2011
MINVERSA
Devuelve la inversa de una matriz
Sintaxis:
MDETERM(Matriz)
- Donde Matriz es la matriz que será invertida.
Ejemplo:
| A | B | |
|---|---|---|
| 1 | 1 | 2 |
| 2 | 4 | 3 |
MINVERSA(A1:B2)
- Devuelve
| A | B | |
|---|---|---|
| 4 | -0.6 | 0.4 |
| 5 | 0.8 | -0.2 |