Fast Chebyshev Differentiation

Computes the numerical derivative on the Chebyshev grid.
3.4K Downloads
Updated 15 Sep 2005

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R14
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: ORTHPOLYFIT, ORTHPOLYVAL

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0