搜索资源列表
牛顿插值
- 用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
newton插值绘制曲线
- 用牛顿插值法绘制曲线,同时涉及vb与excel的连接!-with Newton drawing curve interpolation, and excel involved vb link!
牛顿插值法
- 关于数值分析中的重要算法-numerical analysis of the algorithm
牛顿插值
- 用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
Newton1234
- 牛顿插值法,牛顿插值法 牛顿插值法 -Newton interpolation method, the Newton's interpolation Newton inte rpolation Newton inte rpolation Newton interpolation
Newton-C
- * 用牛顿插值法依据N个已知数据点即使函数值 * 输入: n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向量 * xx-插值点第一坐标 * 输出: 函数返回值所求插值点的第二坐标 -Newton interpolation method based on N-known data points even function* Input :
qq
- 简单迭代法,牛顿插值法等实现的算法,,,自己写的!-Simple iterative method, Newton
niuduichazhijiefangcheng
- 这是用牛顿插值法解方程,是数值分析的程序,希望对大家有所帮助-This is a solution using Newton
test7
- 用牛顿插值法的数值分析方法来求函数,并画出函数-Newton interpolation with numerical analysis to find the function, and draw the function
newton
- 对于给出的有限插值,利用牛顿插值法求解方程(For the given finite interpolation, the Newton interpolation method is used to solve the equation)
牛顿插值和欧拉法解方程
- 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
newton
- 通过C语言实现牛顿插值法,便于给广大大学生实验提供帮助(C language implementation of Newton interpolation method)
Newton_Interpolation
- 利用MATLAB用最简单的语法进行牛顿插值法的编程(Programming of Newton interpolation method by using MATLAB)
新建文件夹
- 要是学了数值分析的课程,肯定要进行相关的编程,其中一定要编程牛顿插值法(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)
各种差值法的程序代码
- 埃尔米特,拉格朗日,牛顿,欧拉插值法编程代码和傅里叶转换编程代码(Various interpolation programming code and Fu Liye conversion code)
Lag_polyfit New_polyfit
- 拉格朗日插值法和牛顿插值法,matlab软件编程,.m文件(Lagrange interpolation and Newton interpolation, MATLAB software programming,.M file)
牛顿插值法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)