davidrpugh / pyCollocation

Python package for solving initial value problems (IVP) and two-point boundary value problems (2PBVP).
MIT License
17 stars 8 forks source link

SymPy should be an optional dependency #9

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

SymPy needs to be completely isolated from the core logic and classes must be written to allow the user to represent a problem using only NumPy/SciPy libraries. I would like to get some version of this solver into SciPy.