Skip to Content

MINVERSE

Returns the inverse matrix for the matrix stored in an array

Syntax

MINVERSE(array)

Parameters

  • array: Required. A numeric array with an equal number of rows and columns

Example

=MINVERSE({4,7;2,6})
Returns: ArraySince: Excel 2003