MINVERSE

returns matrix inverse of an array · from excel · excel: verified match · sheets: verified match

signature

MINVERSE(array)

returns: array

argumentrequired
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.

NO
1 47
2 26
fx =MINVERSE(N1:O2) 0.6000000000000001

errors

error values observed from the engine — each with a call that produces it.

errorproduced by
#VALUE! =MINVERSE(A1:C2)

related

  • ABS returns absolute value of a number
  • ACOS returns arccosine of a number
  • ACOSH returns inverse hyperbolic cosine
  • ACOT returns the arccotangent of a number
  • ACOTH returns the inverse hyperbolic cotangent
  • ADD adds two numbers — sheets exposes the + operator as a function