idesolver

A general purpose iterative numeric integro-differential equation (IDE) solver


Keywords
integro-differential-equations, mathematics, numerical-integration, python
License
GPL-3.0
Install
pip install idesolver==1.1.0

Documentation

idesolver

https://readthedocs.org/projects/idesolver/badge/?version=latest

PyPI

pre-commit.ci status

A general purpose numeric integro-differential equation (IDE) solver, based on an iterative scheme devised by Gelmi and Jorquera. IDEs appear in many contexts, particularly when trying to describe a system whose current behavior depends on its own history. IDESolver provides a simple interface for solving these kinds of equations in Python.

Stable releases are available on PyPI: pip install idesolver. IDESolver requires Python 3.6+, numpy, and scipy. We recommend installing into a virtual environment.

Full documentation can be found here. If you use idesolver in your research, please consider citing the associated paper.

Details about running the test suite are at the end of the manual. Problems with IDESolver should be reported via GitHub issues. We are open to improvements: see the Code of Conduct and the Contribution Guidelines for details.