Python program that make operations with complex numbers, and then generate a graph.
Creator: fpedaccio
Readme Author: IgnacioPrados
Key Technologies used: Python - numpy - cmath - matplotlib
Use the package manager pip to install the modules and run the app.
pip install numpy
pip install cmath
pip install matplotlib
Using Python
python complex.py
- The p command calculates the trigonometric form, the exponential form, and the polar coordinates.
- The commands s, r, m, d ... are for addition, subtraction, multiplication, division (in that order).
- The graph command allows you to graph up to 10 complex numbers on the same Cartesian axis, according to your choice.
© 2021 Made by IgnacioPrados