搜索资源列表
非等节点的分段M次newton插值
- 非等节点的分段M次newton插值,属于数值方法的内容-non-node sub M meeting newton interpolation, numerical methods belong to the content
C程序的插值
- 这是lagrange插值与newton插值算法的源代码-Hangzhou interpolation and newton interpolation algorithm source code
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.249337 Rx(0.230000)=-1.46917e-09f-t
newton插值绘制曲线
- 用牛顿插值法绘制曲线,同时涉及vb与excel的连接!-with newton drawing curve interpolation, and excel involved vb link!
数值分析中的各种插值
- Lagrange插值+newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
Java实现牛顿插值多项式为基础的线性插值
- Java实现牛顿插值多项式为基础的线性插值,并输出插值后的图形,Java realization of newton' s interpolation polynomial-based linear interpolation, and the graphics output after interpolation
[牛顿插值].rar
- 牛顿插值是非线性插值的一种,通常用于数据拟和,解方程等,newton interpolation is a non-linear interpolation, normally used to be and data, such as solving equations
program
- 程序包中含有Lagrange插值、newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
newton
- 牛顿均差插值公式,使用各阶均差,比拉格朗日插值计算量省-newton interpolation formula are poor, the use of the bands are worse than the Lagrange interpolation calculation of the volume of the province
newton
- 这是一个实现牛顿插值的程序,比较经典,也横容易看懂-This is a realization of newton' s interpolation procedure, compare the classic, but also easy to understand cross-
newton-and-sapine
- matlab的newton插值和三次样条插值-newton interpolation and cubic spline interpolation
功能强大的牛顿插值matlab程序代码1
- 功能强大的牛顿插值matlab程序代码,后续会更新基于C++的MEX和MAT的文件(Powerful newton interpolation matlab program code, the subsequent updates will be based on the C++ MEX and MAT files)
牛顿插值和欧拉法解方程
- 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
插值程序c语言
- 用c语言编写的插值程序,里面有牛顿插值、拉格朗日插值等供大家学习参考(C language interpolation procedures, which have newton interpolation, Lagrange interpolation, for reference)
插值和函数逼近
- 各种插值和函数逼近方法包括hermit 插值拉格朗日插值牛顿插值等(Various interpolation and function approximation methods include hermit interpolation, Lagrange interpolation, newton interpolation and so on)
插值算法
- hermite插值,newton插值,lagrange插值是三种常用的数值插值方法,本文件采用MATLAB对三种插值算法进行了实现。(hermite interpolation)
牛顿插值法matlab程序代码
- 文件为牛顿插值法的matlab求解程序,有注解说明每一步意义(The matlab solution program of newton interpolation method.)
牛顿插值
- matlab牛顿插值法的程序,分为五分和十分(newton interpolation, five and ten points)
插值法程序
- 插值法程序,包含拉格朗日插值法和牛顿插值法(interpolation method, includes Lagrange interpolation and newton interpolation)
牛顿插值法
- 利用牛顿插值法获取多项式系数,同时绘制插值函数和原函数对比图(Obtaining polynomial coefficients by newton interpolation method and draw the comparison diagram of the interpolation function and the original function at the same time)