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

搜索资源列表

  1. 牛顿插值的差商迭代算法

    0下载:
  2. 牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2.14kb
    • 提供者:mikefun
  1. mmmmm

    0下载:
  2. 计算方法课程中的牛顿差值的计算,根据给出的公式编出的程序
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.14kb
    • 提供者:mabiao
  1. jsffda

    0下载:
  2. 这是计算方法上的所有算法,包括牛顿差值,牛顿下山法,还有很多经典的算法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11.44kb
    • 提供者:tangdachao
  1. newton_cpp

    0下载:
  2. 计算方法《牛顿差值》-calculation method, "Newton margin"
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:784byte
    • 提供者:陈曦
  1. 牛顿插值c语言程序

    0下载:
  2. 本程序带有一个子函数,原始数据在主函数中定义时即初始化赋初值,子函数是用来计算差商 值、连乘积和插值结果。-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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3.25kb
    • 提供者:梁良
  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
    • 文件大小:378byte
    • 提供者:xie3256035
  1. InterpolationAlgorithm.rar

    0下载:
  2. 常用的差值算法:牛顿插值法,追赶法,三次样条插值,Common difference algorithm: Newton interpolation, catching method, cubic spline interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:186.09kb
    • 提供者:guoguo
  1. niudunchazhi

    1下载:
  2. 用vb实现牛顿插值,且可以计算出个阶差商的值!-Vb implementation using Newton interpolation, and can calculate the gradient of the value of business!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:693byte
    • 提供者:刘宝荣
  1. NewtonInterpolation

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

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

    0下载:
  2. 实现牛顿插值的一次二次差值,精确计算截断误差大小。-Newton interpolation to achieve a secondary difference, accurate calculation of the size of truncation error.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:13.08kb
    • 提供者:江寒
  1. szjs

    0下载:
  2. 这是一个差值的程序,运行程序能够进行拉格朗日差值,牛顿差值,埃尔米特差值等多项差值操作。-This is a difference between the procedures, operating procedures can be the difference Lagrange, Newton margin, the margin a number of Hermite operating margin.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:11.73kb
    • 提供者:byh
  1. NewtonDif

    0下载:
  2. 牛顿差值,逼近曲线,收敛速度不理想,但是精度任意-Newton margin, curve approximation, the convergence rate is not ideal
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:456.93kb
    • 提供者:happynoom
  1. Newton_interpolation

    0下载:
  2. 用牛顿差值法求多项式的均差,所用C++语言开发环境-Difference method with Newton polynomials are poor, the use of C++ language development environment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:738byte
    • 提供者:Allen
  1. chazhi

    0下载:
  2. Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 SecSampl
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:9.95kb
    • 提供者:舞蛳
  1. newton

    0下载:
  2. 计算方法中的牛顿差值算法,计算方法中的牛顿差值算法-Method of calculating the difference in the Newton algorithm, the calculation of the difference between Newton' s algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:896byte
    • 提供者:jarly
  1. matlab_No5_Newton

    0下载:
  2. 西交大数值计算方法上机作业,牛顿差值法求解-National Chiao Tung University, West numerical method-on work, Newton Difference Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:572byte
    • 提供者:baozewei
  1. NumericalComputationMethod

    0下载:
  2. 某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
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:31.35kb
    • 提供者:kingkong
  1. r

    0下载:
  2. 计算牛顿差值算法,使用c编的,速度还可以,多了就不说啦-a soft for newton s method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1.13kb
    • 提供者:ningye
  1. 各种差值法的程序代码

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

    • 发布日期:2018-04-19
    • 文件大小:3kb
    • 提供者:廖小帅
  1. Interpolation method

    0下载:
  2. 详细给出了数值分析中两种插值法的matlab程序及实际算例(Given in detail two kinds of interpolation method in numerical analysis of the matlab program and the actual numerical example)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:2kb
    • 提供者:小梨子
« 12 3 4 5 »
搜珍网 www.dssz.com