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

搜索资源列表

  1. 拉格朗~1

    0下载:
  2. 数值分析课程上机 拉格朗日插值多项式 插值多项式存在唯一性 在次数不超过N的多项式集合Hn中 满足条件的插值多项式Ln(x)^Hn 是唯一存在的! 牛顿插值 三色~-numerical analysis courses on the plane Lagrange polynomial interpolation polynomial interpolation existence and uniqueness to the number not exceeding N polynomial Hn
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.66kb
    • 提供者:赵传仕
  1. InterpolationSmoothIsometry

    0下载:
  2. 给定n个等距节点的函数值,使用阿克玛方法计算指定子区间的三次插值多项式与指定插值点的函数值-given n equidistant nodes function values calculated using Akima designated subinterval of the three interpolation polynomial interpolation points with a specified value of the function
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:72.46kb
    • 提供者:球球
  1. InterpolationSmoothNotIsometry

    0下载:
  2. 光滑不等距插值,给定不等距节点的函数值,用阿克马方法计算指定区间上的三次插值多项式与指定插值点的函数值-not equidistant smooth interpolation, not to set equidistant nodes function values calculated using rivers designated interval of three interpolation polynomial interpolation points with a specified
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:72.99kb
    • 提供者:球球
  1. CalcMethodProj

    0下载:
  2. 实现牛顿插值1,牛顿插值2,拉格朗日插值和多项式求解,并绘出曲线。-interpolation to achieve a Newton, Newton interpolation 2, and the Lagrange polynomial interpolation solution and the drawing curves.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:63.39kb
    • 提供者:朱小明
  1. Chebeshev.rar

    3下载:
  2. 切比雪夫插值(利用切比雪夫点进行多项式插值),对连续函数进行逼近。,Chebyshev interpolation (using Chebyshev polynomial interpolation points), for continuous function approximation
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:138.42kb
    • 提供者:dreamhunter
  1. Interpolation-Integration

    0下载:
  2. Interpolation-spline/polynomial interpolation example. Integration-integration using trapezoidal rule (equally spaced data)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.28kb
    • 提供者:chakravarthy
  1. analysis2

    0下载:
  2. 数值分析B计算实习作业二:分别用分段线性插值、分段二次多项式插值、 分段三次多项式插值和三次样条插值对所给的数据进行细化 -Numerical Analysis of B calculated internship operation II: piecewise linear interpolation, respectively, sub-quadratic polynomial interpolation, sub-cubic polynomial interpolation and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:2.48kb
    • 提供者:madier
  1. interpolation

    0下载:
  2. 多项式插值与拟合及实例分析,图像处理中可以用到的-Polynomial interpolation and fitting, and examples of analysis, image processing can be used
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:175.48kb
    • 提供者:斌斌
  1. polynomial

    0下载:
  2. polynomial interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-27
    • 文件大小:12.68kb
    • 提供者:triyanto123
  1. polynomial

    0下载:
  2. 这是关于切比学夫多项式的资料,介绍了关于插值计算卫星的位置的具体内容。-This is on the Chebyshev polynomial Manabu information about the interpolation calculation of the satellite on the specific content of the location.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:124.92kb
    • 提供者:刘立
  1. Interpolation

    0下载:
  2. Source Code Archive An Introduction to Numerical Analysis with Applications to the Physical, Natural and Social Sciences-neville.C Neville s algorithm divdiff.C calculate the coefficients of the Newton form of t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2.09kb
    • 提供者:范姜
  1. Polynomial

    0下载:
  2. 多项式插值的matlab程序 多项式插值的震荡现象-Polynomial interpolation matlab program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:29.03kb
    • 提供者:zhuhong
  1. Lagranges

    0下载:
  2. 计算方法n次Lagrange插值多项式算法的matlab程序,含实验报告,里面有详细的设计过程-Calculation of n-Lagrange interpolation polynomial algorithm matlab procedures, including lab reports, which detail the design process
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:74.9kb
    • 提供者:沈大勇
  1. interpolation

    1下载:
  2. 插值 拉格朗日插值 有理函数插值 三次样条插值 有序表的检索法 插值多项式 二元拉格朗日插值 双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline in
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:32.01kb
    • 提供者:sby_1027
  1. Lagrange-interpolation

    0下载:
  2. In numerical analysis, Lagrange polynomials are used for polynomial interpolation. For a given set of distinct points xj and numbers yj, the Lagrange polynomial is the polynomial of the least degree that at each point xj assumes the corresponding val
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:350.76kb
    • 提供者:stefan
  1. Lagrange-polynomial-interpolation

    0下载:
  2. 拉格朗日多项式插值,该算法可以既可以适用于有限节点插值,也可以适用于未知节点数插值-Lagrange polynomial interpolation, the algorithm can be applied to both the interpolation nodes is limited to be applied to the interpolation nodes unknown
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3.92kb
    • 提供者:liumingxing
  1. lagrange-interpolation

    0下载:
  2. lagrange多项式插值,满足插值条件的函数去逼近原函数-lagrange polynomial interpolation
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4.99kb
    • 提供者:稻草人
  1. Lagrange-polynomial-interpolation

    0下载:
  2. 拉格朗日多项式插值法是实际使用最广的插值法,能保证较高的差值效率和精度-Lagrange polynomial interpolation method is the most widely used interpolation method, can guarantee the high efficiency and accuracy of the difference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:961byte
    • 提供者:天堂鸟
  1. The-three-spline-interpolation

    0下载:
  2. MATLAB实现线性插值、多项式插值、样条插值三种方法-MATLAB linear interpolation, the polynomial interpolation, three methods to spline interpolation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3.18kb
    • 提供者:张si
  1. polynomial

    0下载:
  2. 求解拉格朗日插值多项式、牛顿插值多项式、分段插值多项式,并能求出插值点的值。(The Lagrange interpolation polynomial, Newton interpolation polynomial and piecewise interpolation polynomial are solved, and the value of interpolation point can be calculated.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-29
    • 文件大小:14kb
    • 提供者:FFGGFF
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com