An open API service indexing awesome lists of open source software.

https://github.com/alexfikl/pycaputo

Evaluate fractional integrals and solve fractional ODEs.
https://github.com/alexfikl/pycaputo

caputo fde fractional-calculus riemann-liouville

Last synced: about 1 year ago
JSON representation

Evaluate fractional integrals and solve fractional ODEs.

Awesome Lists containing this project

README

          

.. |badge-ci| image:: https://github.com/alexfikl/pycaputo/workflows/CI/badge.svg
:alt: Build Status
:target: https://github.com/alexfikl/pycaputo/actions?query=branch%3Amain+workflow%3ACI

.. |badge-pypi| image:: https://badge.fury.io/py/pycaputo.svg
:alt: PyPI
:target: https://pypi.org/project/pycaputo/

.. |badge-rtd| image:: https://readthedocs.org/projects/pycaputo/badge/?version=latest
:alt: Documentation
:target: https://pycaputo.readthedocs.io/en/latest/?badge=latest

.. |badge-reuse| image:: https://api.reuse.software/badge/github.com/alexfikl/pycaputo
:alt: REUSE
:target: https://api.reuse.software/info/github.com/alexfikl/pycaputo

.. |badge-zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10996099.svg
:target: https://doi.org/10.5281/zenodo.10996099

|badge-ci| |badge-pypi| |badge-rtd| |badge-reuse| |badge-zenodo|

pycaputo
========

This library can be used to evaluate fractional integrals and solve fractional ODEs.
It is currently a testbed for various traditional methods, but hopefully
development will continue and it will be a nice flexible library with support
for many different types of fractional derivatives (and other related operators).

It is currently quite far from that goal, so this is **very experimental**.

Development
===========

Links

* `Documentation `__
* `Code `__

Other known libraries for fractional calculus

* `Diffusive-Representation `__ (MATLAB)
* `FLMM2 `__ (MATLAB)
* `differint `__ (Python)
* `FractionalDiffEq.jl `__ (Julia)
* `FdeSolver.jl `__ (Julia)