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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Created page with '== MDETERM== Devuelve la matriz determinante. === Sintaxis: === <tt>''' MDETERM(Matriz) '''</tt> :Donde <tt>''' Matriz'''</tt> es una matriz numérica con el mismo n&uacut…')
 
 
(6 intermediate revisions by 3 users not shown)
Line 10: Line 10:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
!header 1
+
!
! header 2
+
! A
! header 3
+
! B
 +
 
 
|-
 
|-
| row 1, cell 1
+
!1
| row 1, cell 2
+
| 1
| row 1, cell 3
+
| 2
 +
 
 
|-
 
|-
| row 2, cell 1
+
!2
| row 2, cell 2
+
| 4
| row 2, cell 3
+
| 3
 +
 
 
|}
 
|}
<tt>''' SUSTITUIR("jorge meza";"jorge";"luis") '''</tt>
+
<tt>''' MDETERM(A1:B2) '''</tt>
:Devuelve luis meza, ya que se sustituye jorge por luis.
+
:Devuelve -5, que es la matriz determinante.
 +
 
 +
=== Ejemplo: ===
 +
 
 +
{| class="wikitable"
 +
|-
 +
!
 +
! A
 +
! B
 +
 
 +
|-
 +
!1
 +
| 2
 +
| 4
 +
 
 +
|-
 +
!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:ES]]
+
[[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