de-CH
utf-8
math math-format
Addition komplexer Zahlen
komplex
multiple
65536
randRangeNonZero(-8, 8) randRangeNonZero(-8, 8) randRangeNonZero(-8, 8) randRangeNonZero(-8, 8) complexNumber(A_REAL, A_IMAG) complexNumber(B_REAL, B_IMAG) A_REAL + B_REAL A_IMAG + B_IMAG

Bestimmen Sie z= {\color{orange}x} + {\color{blue}y} \cdot i =(A_REP) + (B_REP):

x \color{orange}x = X
y \color{blue}y = Y

Wir lösen die Klammern wie gewohnt auf und erhalten zunächst:

({\color{orange}A_REAL} + {\color{blue}A_IMAG} i) + ({\color{orange}B_REAL} + {\color{blue}B_IMAG} i) = {\color{orange}negParens(A_REAL)} + {\color{orange}negParens(B_REAL)} + {\color{blue}negParens(A_IMAG)} i + {\color{blue}negParens(B_IMAG)} i.

Umsortieren ergibt:

z= {\color{orange}A_REAL + B_REAL}+ \left( {\color{blue}negParens(A_IMAG)} + {\color{blue}negParens(B_IMAG)} \right) i = {\color{orange}A_REAL + B_REAL} + {\color{blue}negParens(A_IMAG + B_IMAG)} \cdot i.