6th order Pade Derivative

A set of functions to compute high order (6th) finite difference derivatives (first and second orde
922 Downloads
Updated 18 Jun 2008

No License

Remarks :
1) A sixth order FD derivative can not be used with too strong gradients

2) The grid (xp) is generated inside the pade_init function. A slight modification would authorize external grids but beware to the boundary conditions

.m files in the package:
- pade_init.m : initialization of the Pade coefficients
(a tridiagonal matrix is inialized)

- pade_firstder.m : first order derivative
- pade_secder.m : second order derivative
- pase_test.m : use this function to carry out some tests.

Cite As

Julien Reveillon (2024). 6th order Pade Derivative (https://www.mathworks.com/matlabcentral/fileexchange/19959-6th-order-pade-derivative), MATLAB Central File Exchange. Retrieved .

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

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

Addition of a .pdf file describing all the pade expressions depending on the selected boundary : periodic, symmetric, closed.