Skip to content

duli-eng/complexAlgebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

complexAlgebra

Description

This python code uses theories in Complex Algebra to compute a mulitude of operatinons when given rectangular coordinates.

Computations:

  1. Rectangular to polar (z1)
  2. Rectangular to polar (z2)
  3. Addition of two rectangular coordinates (z1 + z2)
  4. Subtraction of rectangular coordinates (z1 - z2)
  5. Multiplication of rectangular coordinates (z1 * z2)
  6. Division of rectangular coordinates (z1^2)

Getting started

  1. Download Visual Studio Code for macOS or Windows
  2. Install Python Interpreter path 'venv 3.8.X'
  3. Run npm install git+{copied_url} to download all dependencies

Releases

No releases published

Packages

No packages published

Languages