https://github.com/sethuiyer/fde-solver
Solves Fractional Differential Equations numerically using Haar wavelets.
https://github.com/sethuiyer/fde-solver
fractional-calculus haar-wavelets
Last synced: 4 months ago
JSON representation
Solves Fractional Differential Equations numerically using Haar wavelets.
- Host: GitHub
- URL: https://github.com/sethuiyer/fde-solver
- Owner: sethuiyer
- Created: 2017-02-06T17:00:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T17:20:00.000Z (over 8 years ago)
- Last Synced: 2025-01-03T04:20:15.055Z (5 months ago)
- Topics: fractional-calculus, haar-wavelets
- Language: Matlab
- Size: 323 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FDE-Solver
Solves Fractional Differential Equations numerically using Haar wavelets. Things Implemented are :1. Signal Approximation using Haar Wavelets
2. Single Equation Solver
3. System of Equations Solver
4. Error bound of the ApproximationWritten in MATLAB from scratch. Ideas taken from [this paper](http://www.sciencedirect.com/science/article/pii/S1877750312000452).