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.
- Host: GitHub
- URL: https://github.com/alexfikl/pycaputo
- Owner: alexfikl
- Created: 2023-03-29T16:28:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T10:06:39.000Z (over 1 year ago)
- Last Synced: 2025-03-11T11:51:52.035Z (over 1 year ago)
- Topics: caputo, fde, fractional-calculus, riemann-liouville
- Language: Python
- Homepage: https://pycaputo.readthedocs.io
- Size: 8.12 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.rst
- License: LICENSES/CC0-1.0.txt
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)