Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New fractional derivative algorithms #1

Open
4 tasks
ErikQQY opened this issue Oct 27, 2021 · 6 comments
Open
4 tasks

New fractional derivative algorithms #1

ErikQQY opened this issue Oct 27, 2021 · 6 comments
Labels
Contribution welcomed enhancement New feature or request help wanted Extra attention is needed

Comments

@ErikQQY
Copy link
Member

ErikQQY commented Oct 27, 2021

This issue would be used to record algorithms need to be implemented.

@ErikQQY ErikQQY added enhancement New feature or request help wanted Extra attention is needed labels Oct 27, 2021
@LeeLizuoLiu
Copy link

LeeLizuoLiu commented Aug 27, 2022

It seems the paper for the Fractional Derivative based on Chebyshev Polynomial need further check, especially for how it obtain the Cheybshev coefficients in equation (15) in paper https://doi.org/10.1016/j.entcs.2008.12.077.

@LeeLizuoLiu
Copy link

The better Chebyshev Polynomial derivation may refer to the paper: https://d-nb.info/1171325665/34

@pedromxavier
Copy link
Contributor

I would also suggest including fractional derivatives by spectral methods, i.e.
$$\partial_{t}^{\alpha} f(t) = \mathscr{F}^{-1}\left\lbrace{}(i \omega)^{\alpha}\mathscr{F}\left\lbrace{}f\right\rbrace{}\right\rbrace$$
This could leverage some neat julia FFT libraries. I've seen a MATLAB implementation for this kind of thing some years ago.

@ErikQQY
Copy link
Member Author

ErikQQY commented Dec 27, 2022

@LeeLizuoLiu Thanks for your suggestions! I will check the better Chebshev polynomial derivations in that paper😄

@ErikQQY
Copy link
Member Author

ErikQQY commented Dec 27, 2022

@pedromxavier Thanks for you suggestions on adding new algorithms to this package, and it would be nice if you can help implement Fourier spectral methods for evaluating fractional order derivatives.😆

@pedromxavier
Copy link
Contributor

@ErikQQY This one seems neat to warm up on spectral fracdiff:
https://advancesindifferenceequations.springeropen.com/articles/10.1186/s13662-020-02590-4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contribution welcomed enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants