Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 382 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 382 Bytes

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.