搜索资源列表
牛顿插值的差商迭代算法
- 牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
mmmmm
- 计算方法课程中的牛顿差值的计算,根据给出的公式编出的程序
jsffda
- 这是计算方法上的所有算法,包括牛顿差值,牛顿下山法,还有很多经典的算法。
newton_cpp
- 计算方法《牛顿差值》-calculation method, "Newton margin"
牛顿插值c语言程序
- 本程序带有一个子函数,原始数据在主函数中定义时即初始化赋初值,子函数是用来计算差商 值、连乘积和插值结果。-this program with a function, the original data in the main function definition is given initial initialization, Functions are used to calculate the value to poor, and even the product of interpol
Matlab 牛顿插值法
- x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
InterpolationAlgorithm.rar
- 常用的差值算法:牛顿插值法,追赶法,三次样条插值,Common difference algorithm: Newton interpolation, catching method, cubic spline interpolation
niudunchazhi
- 用vb实现牛顿插值,且可以计算出个阶差商的值!-Vb implementation using Newton interpolation, and can calculate the gradient of the value of business!
NewtonInterpolation
- 用牛顿插值法对离散点进行差值,如果在原来的基础上增加一个点,用该种插值法速度很快,效率高-Using Newton
neton
- 实现牛顿插值的一次二次差值,精确计算截断误差大小。-Newton interpolation to achieve a secondary difference, accurate calculation of the size of truncation error.
szjs
- 这是一个差值的程序,运行程序能够进行拉格朗日差值,牛顿差值,埃尔米特差值等多项差值操作。-This is a difference between the procedures, operating procedures can be the difference Lagrange, Newton margin, the margin a number of Hermite operating margin.
NewtonDif
- 牛顿差值,逼近曲线,收敛速度不理想,但是精度任意-Newton margin, curve approximation, the convergence rate is not ideal
Newton_interpolation
- 用牛顿差值法求多项式的均差,所用C++语言开发环境-Difference method with Newton polynomials are poor, the use of C++ language development environment
chazhi
- Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 SecSampl
newton
- 计算方法中的牛顿差值算法,计算方法中的牛顿差值算法-Method of calculating the difference in the Newton algorithm, the calculation of the difference between Newton' s algorithm
matlab_No5_Newton
- 西交大数值计算方法上机作业,牛顿差值法求解-National Chiao Tung University, West numerical method-on work, Newton Difference Method
NumericalComputationMethod
- 某985/211大学研究生计算方法课程作业及源程序,包含常见的高斯法,克劳分解,雅克比赛得儿迭代,牛顿差值多项式,三次样条插值多项式,龙贝格积分法的源代码-Calculation of a 985/211 Graduate course work and the source, including common Gaussian law, Crow decomposition, Jacques games have children iteration, Newton difference po
r
- 计算牛顿差值算法,使用c编的,速度还可以,多了就不说啦-a soft for newton s method
各种差值法的程序代码
- 埃尔米特,拉格朗日,牛顿,欧拉插值法编程代码和傅里叶转换编程代码(Various interpolation programming code and Fu Liye conversion code)
Interpolation method
- 详细给出了数值分析中两种插值法的matlab程序及实际算例(Given in detail two kinds of interpolation method in numerical analysis of the matlab program and the actual numerical example)