The MINVERSE function in Excel computes the inverse of a square matrix.
Syntax :
=MINVERSE( array )
Parameters :
The array parameter is a value array representing a square matrix (i.e. a matrix that has the same number of rows as columns). The inverse matrix that results has the same number of rows and columns as the original given array. However, keep in mind that the Minverse function output is calculated to around 16 decimal places, so there may be some minor rounding mistakes.
Example :
In cells A1-D4 of the sample spreadsheet, the Excel Minverse function is used to compute the inverse of the 4×4 matrix. =MINVERSE ( A1:D4 )
Ask Your Query