MDETERM

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

signature

MDETERM(array)

returns: number

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.

AB
1 102
2 204
fx =MDETERM(A1:B2) 0

errors

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

errorproduced by
#VALUE! =MDETERM(A1:C2)
#ERROR! =MDETERM(1,2)

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