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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Documentation/MasterTOC
+
{{DISPLAYTITLE:MDETERM function}}
|bookid=1234'''
+
{{Documentation/CalcFunc ArraysTOC
|booktitle=<div style="padding: 8px; font-size: 140%; font-weight: bold; background-color: #9BC0F5;">CALC FUNCTIONS</div>
+
|ShowPrevNext=block
|ShowParttitle=block
+
|PrevPage=Documentation/How_Tos/Calc:_LOGEST_function
|parttitle=[[Documentation/How_Tos/Calc:_Array_functions|<div  style="font-size: 140%;">Arrays Functions]]
+
|NextPage=Documentation/How_Tos/Calc:_MINVERSE_function
|ShowNextPage=block
+
}}__NOTOC__
|NextPage= Documentation/How_Tos/Calc:_MINVERSE_function
+
|ShowPrevPage=block
+
|PrevPage= Documentation/How_Tos/Calc:_LOGEST_function
+
|ShowPrevPart=block
+
|PrevPart= Documentation/Reference/Calc_functions
+
|ShowNextPart=block
+
|NextPart= Documentation/How_Tos/Calc:_Complex_Number_functions
+
|toccontent= <div style="padding: 4px; font-size: 130%; font-weight: hidden; background-color:#DCE9FC;">FUNCTIONS</div>
+
 
+
* [[Documentation/How_Tos/Calc:_FREQUENCY_function|<div style="font-size: 120%;">Frequency]]
+
* [[Documentation/How_Tos/Calc:_GROWTH_function|<div style="font-size: 120%;">Growth]]
+
* [[Documentation/How_Tos/Calc:_LINEST_function|<div style="font-size: 120%;">Linest]]
+
* [[Documentation/How_Tos/Calc:_LOGEST_function|<div style="font-size: 120%;">Longest]]
+
* [[Documentation/How_Tos/Calc:_MDETERM_function|<div style="font-size: 120%; border-style: double; border-color:#778899;">Mdeterm</div>]]
+
* [[Documentation/How_Tos/Calc:_MINVERSE_function|<div style="font-size: 120%;">Minverse]]
+
* [[Documentation/How_Tos/Calc:_MMULT_function|<div style="font-size: 120%;">Mmult]]
+
* [[Documentation/How_Tos/Calc:_MUNIT_function|<div style="font-size: 120%;">Munit]]
+
* [[Documentation/How_Tos/Calc:_SUMPRODUCT_function|<div style="font-size: 120%;">Sumproduct]]
+
* [[Documentation/How_Tos/Calc:_SUMX2MY2_function|<div style="font-size: 120%;">vSumx2my2]]
+
* [[Documentation/How_Tos/Calc:_SUMX2PY2_function|<div style="font-size: 120%;">Sumx2py2]]
+
* [[Documentation/How_Tos/Calc:_SUMXMY2_function|<div style="font-size: 120%;">Sumxmy2]]
+
* [[Documentation/How_Tos/Calc:_TRANSPOSE_function|<div style="font-size: 120%;">Transpose]]
+
* [[Documentation/How_Tos/Calc:_TREND_function|<div style="font-size: 120%;">Trend]]
+
}}
+
__TOC__
+
  
 
== MDETERM ==
 
== MDETERM ==
Line 47: 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.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
+
 
* [[Documentation/How_Tos/Calc: MINVERSE function|MINVERSE]]
 
* [[Documentation/How_Tos/Calc: MINVERSE function|MINVERSE]]
 
* [[Documentation/How_Tos/Calc: MMULT function|MMULT]]
 
* [[Documentation/How_Tos/Calc: MMULT function|MMULT]]

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