MDET
Gibt die Determinante einer Matrix zurück.
Mathematik und TrigonometrieMathe Grundlagen
Was sie macht
Berechnet die Determinante einer quadratischen Matrix.
Syntax
MDET(matrix)
Argumente
matrix(array) — Quadratische Matrix (Zahlen).
Beispiele
Matrix-Determinante
Determinante von 2x2 Matrix.
FORMULA
=MDET(A1:B2)
RESULT
-2
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | A | B |
| 2 | 1 | 2 |
| 3 | 3 | 4 |