scipy-dae

Python implementation of solvers for differential algebraic equation's (DAEs) that should be added to scipy one day.


License
BSD-3-Clause
Install
pip install scipy-dae==0.0.1

Documentation

pydaes - solving differential algebraic equations in Python

Actions Status Code coverage status badge License: BSD 3 PyPI

Python implementation of solvers for differential algebraic equation's (DAEs) that should be added to scipy one day. See the GitHub repository.

Install

Developer mode can be installed via

python -m pip install -e .[dev]

The tests can be started using

python -m pytest test/