搜索资源列表
数值分析中的各种插值
- Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
Newton
- C语言实现Newton插值,内容简单明了,代码易懂,可移植性很强。-C language implementation Newton interpolation, the contents of simple and clear, understandable code, portability strong.
languagenewton
- 这是拉格朗日插值和牛顿插值的源代码,输入数据之后,可以输出函数-This is the Lagrange interpolation and Newton interpolation of source code, input data, you can output function
newton
- 这是一个实现牛顿插值的程序,比较经典,也横容易看懂-This is a realization of Newton' s interpolation procedure, compare the classic, but also easy to understand cross-
Newton-interpolation
- 本M文件可进行牛顿插值求解运算,实现牛顿插值多项式的计算。-The M-file Newton interpolation solving arithmetic Newton interpolation polynomial calculation.
Atken-Gauss-Newton
- 艾肯特插值,高斯插值和牛顿插值法的matlab代码。上述三种方法均用于数值插值。-Ai Kente interpolation, the matlab code of the the Gaussian interpolation and the Newton interpolation law. The the above-mentioned three methods are used for the numerical interpolation.
Newton-interpolation
- 《计算科学与数值方法》中的牛顿插值算法实现-Newton interpolation algorithm in Computational Science and Numerical Methods
newton
- VS2010C++控制台输入插指点实现牛顿插值法-VS2010C++ console input plug pointing achieve Newton interpolation
Newton-interpolation
- 牛顿插值算法的小程序。牛顿插值算法,比一般的Interpolation精度高一些,使用较为广泛。-Newton interpolation method, which is widely used.
GPS-INS-Model-Based-on-Newton-
- 针对gps-ins组合导航中ins动力学建模不准确的问题,提出了一种基于牛顿插值的gps-ins组合导航惯性动力学多阶建模算法. 需要通过cajviewer 打开-For GPS-INS INS integrated navigation system dynamics modeling inaccurate problem, based on Newton s interpolation GPS-INS inertial navigation multistage dynamics model
1604185new
- 基于newton插值和分段插值算法的源代码-Based newton interpolation and piecewise interpolation algorithm source code
nudu
- 牛顿Newton插值 MATLAB源程序代码-Newton Newton interpolation MATLAB source code
newton
- 对于给出的有限插值,利用牛顿插值法求解方程(For the given finite interpolation, the Newton interpolation method is used to solve the equation)
插值程序c语言
- 用c语言编写的插值程序,里面有牛顿插值、拉格朗日插值等供大家学习参考(C language interpolation procedures, which have Newton interpolation, Lagrange interpolation, for reference)
newton
- 通过C语言实现牛顿插值法,便于给广大大学生实验提供帮助(C language implementation of Newton interpolation method)
插值和函数逼近
- 各种插值和函数逼近方法包括hermit 插值拉格朗日插值牛顿插值等(Various interpolation and function approximation methods include hermit interpolation, Lagrange interpolation, Newton interpolation and so on)
新建文件夹
- 要是学了数值分析的课程,肯定要进行相关的编程,其中一定要编程牛顿插值法(If you have learned the course of numerical analysis, it is sure to do the related programming, which must be programmed by the Newton interpolation method)
插值算法
- hermite插值,Newton插值,lagrange插值是三种常用的数值插值方法,本文件采用MATLAB对三种插值算法进行了实现。(hermite interpolation)
m
- 计算newton插值多项式和三次样条插值多项式。(The Newton interpolation polynomials and the three spline interpolation polynomials are calculated.)
牛顿插值法matlab程序代码
- 文件为牛顿插值法的matlab求解程序,有注解说明每一步意义(The matlab solution program of Newton interpolation method.)