» 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

~3mth ago

joreg: END OF SHOUTBOX! As this page has is now legacy, it will no longer feature new content. For latest news, see: http://vvvv.org

~4mth ago

joreg: vvvvTv S0204 is out: Custom Widgets with Dear ImGui: https://youtube.com/live/nrXfpn5V9h0

~4mth ago

joreg: New user registration is currently disabled as we're moving to a new login provider: https://visualprogramming.net/blog/2024/reclaiming-vvvv.org/

~4mth ago

joreg: vvvvTv S02E03 is out: Logging: https://youtube.com/live/OpUrJjTXBxM

~4mth ago

~4mth ago

joreg: Follow TobyK on his Advent of Code: https://www.twitch.tv/tobyklight

~4mth ago

joreg: vvvvTv S02E02 is out: Saving & Loading UI State: https://www.youtube.com/live/GJQGVxA1pIQ

~4mth ago

joreg: We now have a presence on LinkedIn: https://www.linkedin.com/company/vvvv-group

~4mth ago

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

~5mth ago

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