Fast Chebyshev Differentiation
                    Version 1.0.0.0 (1.69 KB) by  
                  Greg von Winckel
                
                
                  Computes the numerical derivative on the Chebyshev grid.
                
                  
              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 (2025). Fast Chebyshev Differentiation (https://ch.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 LinuxCategories
      Find more on Polynomials in Help Center and MATLAB Answers
    
  Tags
Acknowledgements
Inspired: ORTHPOLYFIT, ORTHPOLYVAL
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 | 
