IMSUB
Gibt die Differenz zwischen zwei komplexen Zahlen zurück.
TechnischTechnik & Wissenschaft
Was sie macht
Subtrahiert zwei komplexe Zahlen.
Syntax
IMSUB(komplexe_zahl1; komplexe_zahl2)
Argumente
komplexe_zahl1(text) — Minuend.komplexe_zahl2(text) — Subtrahend.
Beispiele
Komplex Subtrahieren
3+4i minus 1+2i.
FORMULA
=IMSUB("3+4i"; "1+2i")RESULT
2+2i
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | A | B |
| 2 | 3+4i | 1+2i |