CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 牛顿插值法

搜索资源列表

  1. 牛顿插值

    0下载:
  2. 用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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:18601
    • 提供者:luo
  1. Matlab 牛顿插值法

    0下载:
  2. 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)
  3. 所属分类:matlab例程

    • 发布日期:2008-12-14
    • 文件大小:378
    • 提供者:xie3256035
  1. LGLR 用拉格朗日插值法和牛顿插值法求解某点的函数近似值

    1下载:
  2. 自选插值问题,编制一个程序,分别用拉格朗日插值法和牛顿插值法求解某点的函数近似值。-语言 所查询字词的翻译 英语 Optional interpolation problem, the preparation of a program, respectively, Lagrange interpolation and Newton interpolation method for solving the function approximation of a point
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:范川宁
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9896
    • 提供者:
  1. NewtonInterpolation

    0下载:
  2. 用牛顿插值法对离散点进行差值,如果在原来的基础上增加一个点,用该种插值法速度很快,效率高-Using Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:786
    • 提供者:萧筱
  1. Newton_interpolation_Lagrange_interpolation

    0下载:
  2. 计算方法C语言的实现 牛顿插值法,拉格朗日插值法-Calculation of C language realization of the Newton interpolation, Lagrange interpolation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1119
    • 提供者:xmdt
  1. Newton

    0下载:
  2. 牛顿插值法和拉格朗日插值法 数值分析中的重要算法啊-Newton interpolation method and Lagrange interpolation and numerical analysis of the important algorithms ah
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:39264
    • 提供者:zhangyan
  1. 111

    0下载:
  2. 数值分析计算,应用牛顿插值法对数据进行计算,来获得较好的效果-Numerical analysis, application of Newton interpolation method to calculate the data to obtain better results
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:761052
    • 提供者:徐继克
  1. test7

    0下载:
  2. 用牛顿插值法的数值分析方法来求函数,并画出函数-Newton interpolation with numerical analysis to find the function, and draw the function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1221
    • 提供者:zhoujianhua
  1. newton

    0下载:
  2. 对于给出的有限插值,利用牛顿插值法求解方程(For the given finite interpolation, the Newton interpolation method is used to solve the equation)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:823811603
  1. 牛顿插值和欧拉法解方程

    0下载:
  2. 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:润惠万物
  1. newton

    0下载:
  2. 通过C语言实现牛顿插值法,便于给广大大学生实验提供帮助(C language implementation of Newton interpolation method)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:354304
    • 提供者:likamodric
  1. Newton_Interpolation

    0下载:
  2. 利用MATLAB用最简单的语法进行牛顿插值法的编程(Programming of Newton interpolation method by using MATLAB)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:444164651651
  1. 新建文件夹

    0下载:
  2. 要是学了数值分析的课程,肯定要进行相关的编程,其中一定要编程牛顿插值法(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)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:xjdd
  1. 各种差值法的程序代码

    0下载:
  2. 埃尔米特,拉格朗日,牛顿,欧拉插值法编程代码和傅里叶转换编程代码(Various interpolation programming code and Fu Liye conversion code)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-19
    • 文件大小:3072
    • 提供者:廖小帅
  1. Lag_polyfit New_polyfit

    0下载:
  2. 拉格朗日插值法和牛顿插值法,matlab软件编程,.m文件(Lagrange interpolation and Newton interpolation, MATLAB software programming,.M file)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:lanju
  1. 牛顿插值法matlab程序代码

    0下载:
  2. 文件为牛顿插值法的matlab求解程序,有注解说明每一步意义(The matlab solution program of Newton interpolation method.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:lilynn
  1. 牛顿插值

    0下载:
  2. matlab牛顿插值法的程序,分为五分和十分(Newton interpolation, five and ten points)
  3. 所属分类:matlab例程

  1. 插值法程序

    0下载:
  2. 插值法程序,包含拉格朗日插值法和牛顿插值法(interpolation method, includes Lagrange interpolation and Newton interpolation)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:靖哥哥sj
  1. 牛顿插值法

    0下载:
  2. 利用牛顿插值法获取多项式系数,同时绘制插值函数和原函数对比图(Obtaining polynomial coefficients by Newton interpolation method and draw the comparison diagram of the interpolation function and the original function at the same time)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:jackajack
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com