搜索资源列表
fengseng
- 该函数用来计算任意函数的一阶偏导数(数值方法),雅克比迭代求解线性方程组课设,复化三点Gauss-lengend公式求pi。- This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Jacobi iteration for solving linear equations class-based, Complex of
Matlab数值微分法汇总
- Matlab数值微分法汇总:MidPoint 中点公式求取导数 ThreePoint 三点法求函数的导数 FivePoint 五点法求函数的导数 DiffBSample 三次样条法求函数的导数 SmartDF 自适应法求函数的导数 CISimpson 辛普森数值微分法法求函数的导数 Richason 理查森外推算法求函数的导数 ThreePoint2 三点法求函数的二阶导数 FourPoint2 四点法求函数的二阶导数 FivePoint2 五点法求函数的二阶导数 Diff2BSample 三次