Pages

Tuesday, April 3, 2018

Complex Number Graphical Calculator JavaScript Simulation Applet HTML5

This is a simple simulation that graphically shows the four basic arithmetic operations of addition, subtraction, multiplication and division on the complex plane of numbers.

The simulation can be found here.

There are two complex numbers, z and w, that you can operate on as such. They can be adjusted by either manually entering their real and imaginary values into the field provided, or by dragging the arrows representing them around with the mouse.

Example: For z = -0.97 - 0.20i and w = 0.63 + 0.79i, these are the 4 operations on them.

Addition

Subtraction

Multiplication

Division

No comments:

Post a Comment