Skip to content

Simple number conversion tool for MATLAB users. It converts complex numbers between polar form and rectangular form.

License

Notifications You must be signed in to change notification settings

nagonzalezf/polar2complex-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAGF Polar2complex Calculator

Simple complex numbers calculator that transform any given number between its polar and rectangular forms. Built in Python 3.10.8 using tkinter & pyperclip libraries.

A tool for MATLAB users. It returns the results in MATLAB format for easy implementation.

Main window sample

The repository includes:

  • Source code of the software.
  • Screenshots of the software running on Windows 10.

Standalone executable can be found inside a .zip folder at: https://github.com/nagonzalezf/polar2complex-calculator/releases/

NOTE: This software was developed as an engineering programming excercise to practice tkinter librarie for graphic user interface applications. It also works!