Fast Chebyshev Differentiation

Computes the numerical derivative on the Chebyshev grid.
3,4K téléchargements
Mise à jour 15 sept. 2005

Afficher la licence

This script numerically differentiates a function on the Chebyshev-Gauss-Lobatto grid in O(N*log(N)) time. Equivalent to computing D*x where D is the Chebyshev collocation matrix, but much faster for large vectors x.

Citation pour cette source

Greg von Winckel (2024). Fast Chebyshev Differentiation (https://www.mathworks.com/matlabcentral/fileexchange/8481-fast-chebyshev-differentiation), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R14
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Polynomials dans Help Center et MATLAB Answers
Remerciements

A inspiré : ORTHPOLYFIT, ORTHPOLYVAL

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0