SciFracX / FractionalCalculus.jl

FractionalCalculus.jl: A Julia package for high performance, comprehensive and high precision numerical fractional calculus computing.
http://scifracx.org/FractionalCalculus.jl/dev/
MIT License
32 stars 6 forks source link

Attempt to implement Chebyshev sense fractional derivative #11

Open pedromxavier opened 1 year ago

pedromxavier commented 1 year ago

I attempted to implement the Chebyshev series fractional derivative as mentioned in #1. I followed the steps presented in the article and also added tests using the data from that same paper.

It is still not working, but I think I can get that working soon.

pedromxavier commented 1 year ago

I still can't where does the code differs from the paper's description of the algorithm. Do you have any idea @ErikQQY?

ErikQQY commented 1 year ago

Hi there! Sorry for the late response, I’ve been very busy lately. And thanks a lot for your contribution! I think there are still some problems with the Chebshev series algorithms, let’s check on it…