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

搜索资源列表

  1. LagrangeandNewton

    0下载:
  2. 运用牛顿和拉格朗日差值运算 可以自己输入数据-Difference between the use of Newton and Lagrange operator
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:3309
    • 提供者:paul
  1. C12

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格 -10 important algorithm C language source code: Lagrange, Newton' s interpolation, Gauss, 10 important Romberg algorithm C language source code: Lagrange, Newton' s interpolation, Gauss, Long Berg
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:3857
    • 提供者:潜力
  1. My_chazhi_newton_lagrange

    0下载:
  2. 这个是用C++编写的牛顿插值和拉格朗日插值算法,重新编写了一遍,网上能够找到的代码都很乱!-This is C++ to prepare the Newton interpolation and Lagrange interpolation algorithm has been rewritten again, the code can be found online very chaotic!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:534460
    • 提供者:黄希望
  1. ntchazhi

    0下载:
  2. 利用插值基函数很容易得到拉格朗日插值多项式,公式结构紧凑,在理论分析中甚为方便,但当插值节点增减时全部插值基函数lk(x)(k=0,1,…,n)均要随之变化,整个公式也将发生变化, 这在实际计算中是很不方便的,为了克服这一缺点,提出了牛顿插值。 -The use of interpolation basis function can easily obtain the Lagrange interpolation polynomial, the formula is compact and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:705
    • 提供者:刘佳
  1. shuzhifenxikechengsheji

    0下载:
  2. 考虑在一个固定区间上用插值逼近一个函数。显然,Lagrange插值中使用的节点越多,插值多项式的次数就越高。我们自然关心插值多项式增加时,Ln(x)是否也更加靠近被逼近的函数。龙格(Runge)给出的一个例子是极著名并富有启发性-Consider a fixed-interval interpolation using a function approximation. Obviously, Lagrange interpolation nodes are used the more the n
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:261126
    • 提供者:猫猫
  1. lgr

    0下载:
  2. 数学计算中拉格朗日插值源代码-Mathematical calculation of the source code Lagrange interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:637
    • 提供者:phonixJ
  1. 8approximation1

    0下载:
  2. cours interpolation avec lagrange et spline cubique
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:188810
    • 提供者:Evrard
  1. doolittle

    0下载:
  2. 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:863
    • 提供者:link
  1. xxcz

    0下载:
  2. 对于f(x)=1/(1+x^2) (-5<= x <=5) 要求选取11个等距插值节点,分别采用拉格朗日插值和分段线性插值,计算x为0.5, 4.5处的函数值并将结果与精确值进行比较。 输入:区间长度,n(即n+1个节点),预测点 输出:预测点的近似函数值,精确值,及误差 -For f (x) = 1/(1+ x ^ 2) (-5 < = x < = 5) asked to select 11 equidistant interpolation nodes,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:756
    • 提供者:loseheaven
  1. Cshuzhisuanfa

    0下载:
  2. 经典的C语言数值算法,包括拉格朗日,牛顿插值多项式,牛顿迭代公式,牛顿迭代公式,雅克比迭代-Classical C-numerical algorithm, including the Lagrange, Newton' s interpolation polynomial, Newton' s iterative formula, Newton' s iterative formula, iterative Jacobian
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2738
    • 提供者:邵宝胜
  1. lagrange_parabola

    0下载:
  2. 拉格朗日多项式插值函数和抛物线插值函数。用于对散点数据进行插值-Lagrange polynomial interpolation function and the parabolic interpolation function. Used to scatter data interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:515
    • 提供者:wuhuiliang
  1. Calculationmethod

    0下载:
  2. 计算方法上机实验程序源代码 包含 拉格朗日插值,列主元高斯消元法,牛顿迭代 的c程序语言实现 -Calculation of the experimental procedures on the machine that contains the source code Lagrange interpolation, PCA out Gaussian elimination method, Newton iteration to achieve the c programming
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:1369
    • 提供者:
  1. languagenewton

    0下载:
  2. 这是拉格朗日插值和牛顿插值的源代码,输入数据之后,可以输出函数-This is the Lagrange interpolation and Newton interpolation of source code, input data, you can output function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:931
    • 提供者:tang lu ming
  1. lgelangrichazhi

    0下载:
  2. 这是一个拉格朗日的插值算法的matlab的实现-This is a Lagrange interpolation algorithm to achieve the matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:788
    • 提供者:张强
  1. jisuanfangfa

    0下载:
  2. 用Vc++语言实现拉格朗日插值、牛顿插值、 复化Simpson公式、龙贝格公式、牛顿迭代法、高斯列主元消去法、Seidel 迭代法-Vc++ language with the realization of the Lagrange interpolation, Newton interpolation, Complex formula of Simpson, Romberg formula, Newton iteration, Gauss elimination method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:38401
    • 提供者:pyx
  1. MathMethod

    1下载:
  2. 应用拉格朗日插值法,进行曲线拟合,可生成拟合曲线显示图像-Application of the Lagrange interpolation method for curve fitting, curve fitting to generate display images
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:65930
    • 提供者:elsa
  1. gongshi

    0下载:
  2. 这是用C写的计算方法中常用的公式,有梯形公式、变步长梯形公式、Romberg公式、欧拉公式、牛顿插值公式、lagrange插值公式等-It is written using C commonly used in the calculation of the formula, there is trapezoid formula, variable-step trapezoidal rule, Romberg formula, Euler' s formula, Newton' s i
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2399
    • 提供者:
  1. lagrang

    0下载:
  2. 此程序为拉格朗日插值法,可以对不同的数据进行插值-This program is Lagrange interpolation method, different data can be interpolated
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:4327
    • 提供者:刘孟
  1. codeofinterpolation

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5156
    • 提供者:jet ju
  1. lagelangrichazhi

    0下载:
  2. 拉格朗日插值法构造通过n+1个互异点上的次数不超过n的插值多项式P(x),利用此多项式计算在某一点的值-Lagrange interpolation structures differ by n+1 points on a number of no more than n, the interpolation polynomial P (x), take advantage of this polynomial calculation of the value of a point
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:590
    • 提供者:wuruijin
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 48 »
搜珍网 www.dssz.com