MINV
Gibt die Inverse einer Matrix zurück.
Mathematik und TrigonometrieMathe Grundlagen
Was sie macht
Berechnet die inverse Matrix einer quadratischen Matrix.
Syntax
MINV(matrix)
Argumente
matrix(array) — Quadratische Matrix.
Beispiele
Matrix Inverse
Invertiert 2x2 Matrix.
FORMULA
=MINV(A1:B2)
RESULT
[4, -2; -3, 1]
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | A | B |
| 2 | 1 | 2 |
| 3 | 3 | 4 |