MDETERM
returns matrix determinant of an array · from excel · excel: verified match · sheets: verified match
signature
MDETERM(array)
returns: number
| 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.
| A | B | |
|---|---|---|
| 1 | 10 | 2 |
| 2 | 20 | 4 |
fx
=MDETERM(A1:B2) 0 errors
error values observed from the engine — each with a call that produces it.
| error | produced by |
|---|---|
| #VALUE! | =MDETERM(A1:C2) |
| #ERROR! | =MDETERM(1,2) |