MINVERSE
returns matrix inverse of an array · from excel · excel: verified match · sheets: verified match
signature
MINVERSE(array)
returns: array
| argument | required |
|---|---|
| array | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
| N | O | |
|---|---|---|
| 1 | 4 | 7 |
| 2 | 2 | 6 |
fx
=MINVERSE(N1:O2) 0.6000000000000001 errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #VALUE! | =MINVERSE(A1:C2) |