6th order Pade Derivative:一组计算高阶(6th)有限差分导数(...
The following Matlab project contains the source code and Matlab examples used for 6th order pade derivative. 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.评论 : 1)六阶FD导数不能用于太强的梯度2)网格(xp)是在pade_init函数内部生成的。 稍微修改将授权外部网格,但要注意边界条件
包中的 .m 文件: - pade_init.m : Pade 系数的初始化(三对角矩阵被初始化)
- pade_firstder.m:一阶导数- pade_secder.m:二阶导数- pase_test.m : 使用这个函数来进行一些测试。
页:
[1]