Difference between revisions of "Documentation/How Tos/Calc: MDETERM function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
m
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:MDETERM function}}
 +
{{Documentation/CalcFunc ArraysTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_LOGEST_function
 +
|NextPage=Documentation/How_Tos/Calc:_MINVERSE_function
 +
}}__NOTOC__
  
 
== MDETERM ==
 
== MDETERM ==
Line 17: Line 22:
 
: where A1, B1, A2, B2 contain 4, 2, 2, 3 respectively, returns <tt>'''8'''</tt>, that is 4*3 - 2*2.
 
: where A1, B1, A2, B2 contain 4, 2, 2, 3 respectively, returns <tt>'''8'''</tt>, that is 4*3 - 2*2.
  
=== See also: ===
+
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: MINVERSE function|MINVERSE]]
 +
* [[Documentation/How_Tos/Calc: MMULT function|MMULT]]
 +
* [[Documentation/How_Tos/Calc: MUNIT function|MUNIT]]
  
[[Documentation/How_Tos/Calc: MINVERSE function|'''MINVERSE''']],
+
* [[Documentation/How_Tos/Using Arrays|How To Use Arrays in Calc]]
[[Documentation/How_Tos/Calc: MMULT function|'''MMULT''']],
+
[[Documentation/How_Tos/Calc: MUNIT function|'''MUNIT''']]
+
  
[[Documentation/How_Tos/Using Arrays|'''How To Use Arrays in Calc''']]
+
* [[Documentation/How_Tos/Calc: Array functions|Array functions]]
  
[[Documentation/How_Tos/Calc: Array functions|'''Array functions''']]
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 +
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 +
[[Category: Documentation/Reference/Calc/Array functions]]

Latest revision as of 11:04, 30 January 2024

MDETERM

Returns the determinant of a matrix.

Syntax:

MDETERM(array)

returns the determinant of the square matrix array, which may be either an inline array or a range, containing all numbers.
MDETERM returns a single value. It need not be entered as an array formula.

Example:

MDETERM({4;1|2;5})

returns 18, that is 4*5 - 1*2.

MDETERM(A1:B2)

where A1, B1, A2, B2 contain 4, 2, 2, 3 respectively, returns 8, that is 4*3 - 2*2.



See Also
Views
Personal tools
Navigation
Tools