OwenHempel / SuperPAC

Super Python Analysis for Circuits
0 stars 0 forks source link

Dependence on SymPy makes using other modules difficult #4

Open OwenHempel opened 7 years ago

OwenHempel commented 7 years ago

Sympy works well with itself but transitioning in and out of sympy terms is very difficult. Work should be done to reduce dependence on SymPy

OwenHempel commented 7 years ago

Look into Lambdify from sympy to return to Python or numpy data structures

OwenHempel commented 7 years ago

Look into using complex numbers as impedance and extracting from there