Manuals/calci/MINVERSE

From ZCubes Wiki
Revision as of 21:40, 24 October 2013 by MassBot1 (talk | contribs) (Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''MINVERSE'''(Array) where, '''Array''' -  represents array having equal number of rows and columns. </di...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MINVERSE(Array)

where,

Array -  represents array having equal number of rows and columns.


It returns the inverse matrix having equal number of rows and columns based on given array.


If Array have different number of rows and column, MINVERSE returns the #ERROR.


MINVERSE


Lets see an example in (Column2, Row5)

=MINVERSE(R1C1:R2C2)

MINVERSE returns array[-1.5,1.25,0.5,-0.25].


Syntax

Remarks

Examples

Description

Column1 Column2 Column3 Column4
Row1 1 5
Row2 2 6
Row3 -1.5,1.25,0.5,-0.25
Row4
Row5
Row6