![]() |
VOOZH | about |
A complex number is a number that consists of two parts: a real part and an imaginary part. It is usually written in the form a + bi, where a is the real part and b is the imaginary part.
Example:
3 + 4i -> Real part = 3, Imaginary part = 4
5 - 2i -> Real part = 5, Imaginary part = -2
If we have two complex numbers:
Then their addition is calculated as:
zā + zā = (a + c) + (b + d)i
The addition of two complex numbers is done by adding the real parts and imaginary parts separately:
First Complex number: 4 +i5 Second Complex number: 10 +i5 Addition is: 14 +i10
Explanation: