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 the inverse matrix for the matrix stored in an array
MINVERSE(array)
=MINVERSE({4,7;2,6})