Difference between revisions of "OOoES/Traduccion/Calc: Funcion MDETERM"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 28: Line 28:
 
:Devuelve -5, que es la matriz determinante.
 
:Devuelve -5, que es la matriz determinante.
  
 +
=== Ejemplo: ===
  
 +
{| class="wikitable"
 +
|-
 +
!
 +
! A
 +
! B
  
 +
|-
 +
!1
 +
| 2
 +
| 4
  
[[Category:ES]]
+
|-
 +
!2
 +
| 5
 +
| -9
 +
 
 +
|}
 +
 
 +
:Devuelve -38
 +
 
 +
=== Vea También ===
 +
[OOoES/Traduccion/Calc: Funcion MINVERSA|MINVERSA]] [[OOoES/Traduccion/Calc: Funcion MMULT|MMULT]]
 +
 
 +
'''[[OOoES/Traduccion/Calc: Funciones Matriz|Funciones Matriz]]'''
 +
 
 +
 
 +
[[Category:OldES]]

Latest revision as of 16:15, 8 December 2012

MDETERM

Devuelve la matriz determinante.

Sintaxis:

MDETERM(Matriz)

Donde Matriz es una matriz numérica con el mismo número de filas y columnas.

Ejemplo:

A B
1 1 2
2 4 3

MDETERM(A1:B2)

Devuelve -5, que es la matriz determinante.

Ejemplo:

A B
1 2 4
2 5 -9
Devuelve -38

Vea También

[OOoES/Traduccion/Calc: Funcion MINVERSA|MINVERSA]] MMULT

Funciones Matriz

Personal tools