» Complex Numbers
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

Complex Numbers

work in progress

Definition

Real numbers have a property specifying that for any real number r,

r ² > 0

Complex number is an extention of the real numbers, adding a number i satisfying the equation i ^ 2 = -1

A complex number is usually written in the form: a + bi

a and b are real numbers, a being call the real part, and b the imaginary part.

Two complex numbers a + bi and c + di are considered equal if :
a=c AND b=d

Operations

Addition

Adding two complex numbers is simply done by adding the real parts together and the imaginary parts together.

(a+bi) + (c+di) = (a+b) + (c+d)i

+ (Complex)

Subtraction

Subtracting two complex numbers is simply done by adding the real parts together and the imaginary parts together.

(a+bi) - (c+di) = (a-b) + (c-d)i

- (Complex)

Multiplication

To process multiplication, we use standard algebra rules:

(a + bi) * (c + di) = (a*c - b*d) + (a*d + b*c)i

decomposition:
(a + bi) * (c + di) = a*c + a*di + c * bi + bi * di = a*c + (a*d + b*c)i + b*d i² = (a*c - b*d) + (a*d + b*c)i

* (Complex)

Division

(a + bi) / (c + di) = ( (ac + bd + (bc - ad)i ) / (c² + d²)

/ (Complex)

anonymous user login

Shoutbox

~15h ago

joreg: vvvvTv S02E01 is out: Buttons & Sliders with Dear ImGui: https://www.youtube.com/live/PuuTilbqd9w

~7d ago

joreg: vvvvTv S02E00 is out: Sensors & Servos with Arduino: https://visualprogramming.net/blog/2024/vvvvtv-is-back-with-season-2/

~8d ago

fleg: hey there! What's the best tool for remote work? Teamviewer feels terrible. Thanks!

~21d ago

joreg: Last call: 6-session vvvv beginner course starting November 4: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-i/

~1mth ago

joreg: Missed the last meetup? You can rewatch it here: https://www.youtube.com/live/MdvTa58uxB0?si=Fwi-9hHoCmo794Ag

~1mth ago

theurbankind: When is the next big event, like node festival ?

~1mth ago

~1mth ago

joreg: Join us for the next vvvv meetup on Oktober 17th: https://visualprogramming.net/blog/2024/25.-vvvv-worldwide-meetup/

~1mth ago

joreg: 6 session beginner course part 2 "Deep Dive" starts January 13th: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-ii/