Skip to content

ignaprados/ComplexNumbersOperations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Complex Numbers Operations

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

Installation

Use the package manager pip to install the modules and run the app.

pip install numpy
pip install cmath
pip install matplotlib

Run the app

Using Python

python complex.py

Usage

  • 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

About

Python program that make operations with complex numbers

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages