搜索资源列表
非等节点的分段M次Newton插值
- 非等节点的分段M次Newton插值,属于数值方法的内容-non-node sub M meeting Newton interpolation, numerical methods belong to the content
牛顿插值的差商迭代算法
- 牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
n次Newton n次lagarange 分段三次Hermite插值
- n次Newton n次lagarange 分段三次Hermite插值算法-n n lagarange cubic interpolation algorithm
NEW
- 计算方法 NEWTON插值的C程序-Netwon interpolation method of calculating the C program
Newton 插值程序
- 本程序的要求是已知几个节点x及节点函数f(x),要求近似函数!只要输出每点函数,对角线上的值,和最后一行的值,为继续插值准备! 例如:0.00 0.00000 0.20 0.20134 0.30 0.30452 0.50 0.52110 得到结果:0.00000 0.20134 1.006700 0.30452 0.083666 0.52110 1.082900 0.170333 0.173334 f(0.230000)=0.24933
newton插值绘制曲线
- 用牛顿插值法绘制曲线,同时涉及vb与excel的连接!-with Newton drawing curve interpolation, and excel involved vb link!
牛顿插值
- 用C语言来实现的。牛顿插值法对一些函数作近似的替代,是N个节点数的插值函数。-use c language to make a Newton interpolation arithmetic.Newton interpolation arithmetic make a approximation of the function witch have N interpolation points
非等节点的分段M次Newton插值
- 非等节点的分段M次Newton插值,属于数值方法的内容-non-node sub M meeting Newton interpolation, numerical methods belong to the content
Lagrange_Newton_Aitken插值算法
- Lagrange,Newton,Aitken三个插值公式算法的演示.DOS界面输出计算结果.-Lagrange, Newton, Aitken three interpolation algorithm formula demo. DOS interface output results.
[牛顿插值]
- 牛顿插值是非线性插值的一种,通常用于数据拟和,解方程等-Newton interpolation is a non-linear interpolation, normally used to be and data, such as solving equations
C程序的插值
- 这是lagrange插值与Newton插值算法的源代码-Hangzhou interpolation and Newton interpolation algorithm source code
niudundiedaifa
- 计算方法中的newton插值法的C++源程序-calculation of chemotherapy interpolation C source
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
LSMFIT
- 数值分析作业源码,NEWTON插值算法,输出计算结果。请高手多指点!-source, the Newton-interpolation algorithm, and the output results. 19:56 urged more!
Newton001
- Newton插值多项式,这里才用6组数据进行测试.每步详细记录计算过程-Newton interpolation polynomial, here only six sets of data used for testing. Detailed records of each step calculation process
picture
- 用vc实现,newton插值、拉格朗日插值放大图片-By vc realize, newton interpolation, Lagrange interpolation to enlarge picture
Newton
- //xi 0.5 1.0 1.5 2.0 2.5 3.0 //f(xi) 0.541688 -0.042060 0.375089 0.624706 -0.887597 0.099809 //输入节点数及节点数据,计算并输出差商表; //输入待使用的插值多项式次数,待求的自变量 x,输出内插需要选择的节点及 Newton 插值多项式; //用 3 次 Newton 插值多项式计算并输出 f (1.25
newton
- 介绍了newton插值的Mtlab程序,程序简单易懂,有助于对newton插值的了解。-Introduction of the newton interpolation Mtlab procedures, the procedures simple and easy to understand, contribute to the understanding of newton interpolation.
newton
- 这是一个实现牛顿插值的程序,比较经典,也横容易看懂-This is a realization of Newton' s interpolation procedure, compare the classic, but also easy to understand cross-
插值算法
- hermite插值,Newton插值,lagrange插值是三种常用的数值插值方法,本文件采用MATLAB对三种插值算法进行了实现。(hermite interpolation)