MInverse

Syntax

MInverse(Values)

Parameters

Values. Cell range containing a two-dimensional numeric array with equal number of rows and columns.

NOTE. To define the range, specify the addresses of the upper left and the lower right cells where the matrix is located.

Description

It returns an inverse matrix for the specified matrix.

Comments

This function returns an array, so it is to be entered as an array formula. If you enter the formula into a single cell, the element of the inverse matrix is shown.

The MInverse function returns an error value if:

Example

The source matrix (see above) and its matrix inverse (see below) look as follows:

Formula Result Description
=MInverse(A0:C2) See image. The matrix inverse of the above given matrix.

The formula in this example is to be entered as an array formula. To do this:

  1. Enter formula into the cell.

  2. Select a range with the size equal to size of the source matrix, starting with the cell that contains formula.

  3. Press F2, and then CTRL+SHIFT+ENTER.

If the formula is not entered as an array formula, the value of inverse matrix is displayed.

See also:

Function WizardMathematical FunctionsMDetermMMult