Skip to content

engineerjoe440/phasors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phasors

A means to measure complex values with magnitude and angle.

pypi stars github license

"Buy Me A Coffee"

The phasors package provides a means to work with complex numbers in their polar coordinate form (with a magnitude and angle) allowing simple computation for advanced electrical engineering or other phasor-based work.

Installation

Installing is as simple as:

pip install phasors

Usage

from phasor import Phasor

voltage = Phasor(67, 120)

print(voltage)
# 67.0 ∠ 119.99999999999999°

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages