搜索资源列表
Neville
- 本程序为基于matlab的插值分析与Euler解常微分方程的应用实例。-the procedures for the Matlab-based analysis and interpolation Euler solution of the ordinary differential equations application examples.
MATLABpro
- 该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法-The package includes a large number of Matlab program, such as Euler solutions ordinary differential equations, Neville interpolation, Newton inte
D2R1
- 一个很实用的采用Neville算法的拉格朗日插值程序。
interpolation
- Neville插值算法,xa为自变量数组,xy为因变量数组;x为待插值的自变量
Neville
- 本程序为基于matlab的插值分析与Euler解常微分方程的应用实例。-the procedures for the Matlab-based analysis and interpolation Euler solution of the ordinary differential equations application examples.
MATLABpro
- 该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法-The package includes a large number of Matlab program, such as Euler solutions ordinary differential equations, Neville interpolation, Newton inte
interpolation
- Neville插值算法,xa为自变量数组,xy为因变量数组;x为待插值的自变量-Neville interpolation algorithm, xa array as variables, xy array as the dependent variable x for the independent variables to be interpolated
neville
- Nevilles method in C
chazhi
- Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段
small
- 其中包括Neville插值、Newton插值等四个小的matlab源文件-Include Neville interpolation, Newton interpolation, four small matlab source file
Interpolation
- Source Code Archive An Introduction to Numerical Analysis with Applications to the Physical, Natural and Social Sciences-neville.C Neville s algorithm divdiff.C calculate the coeffi
neiweierchazhi
- 内维尔插值在很多学科都能用到,相信对大家有用!-Neville interpolation can be used in many disciplines, I believe it would be useful!
interpol
- This little programs compares the stability and the complexity for the computation of the Lagrange interpolation of a given function for the following three methods: 1) Aitken-Neville-scheme 2) Divided difference
Neville-interpolation
- 工程常用算法,Neville逐步插值法,C语言编写 -Commonly used algorithm works, Neville gradually interpolation, C language
Neville
- 对卫星星历进行逐步插值 达到要求的精度-Ephemeris for the satellite to achieve the required accuracy of the interpolation step by step
neville-algorithm--Matlab-command
- 详细讲述了如何利用matlab编写neville插值算法,并且还有相关的matlab命令-Describe in detail how to use matlab to write neville interpolation algorithm, and there are associated matlab command
Neville--interpolation
- Neville插值的源代码,用于Matlab科学计算与数据插值,可与牛顿插值等进行比较学习,适合matlab学习者参考。-Neville interpolation source code for Matlab scientific computing and data interpolation, Newton interpolation can be compared with the study for matlab learne
Neville
- 通过例子讲述Neville插值,直观清晰,用于初学者-By way of example tells Neville interpolation, clear and intuitive for beginners
Neville
- Neville’s method can be applied in the situation that we want to interpolate f(x) at a given point x = p with increasingly higher order Lagrange interpolation polynomials.
neville
- Neville Method Explicit Code