Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 22 hours ago
JSON representation

Solves Fractional Differential Equations numerically using Haar wavelets.

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 Approximation

Written in MATLAB from scratch. Ideas taken from [this paper](http://www.sciencedirect.com/science/article/pii/S1877750312000452).