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

搜索资源列表

  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. USB_CP2102_XP_2000

    0下载:
  2. AVR ATMEGA8 电池放电器 详细可以参考ATMEGA8的规格书以及埃特美俄的官方网站-AVR ATMEGA8 detailed battery discharger ATMEGA8 can refer to the specifications, as well as the official website of the United States and Russia Aitken
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3951343
    • 提供者:transtec
  1. NHMT

    0下载:
  2. 埃特金不等距插值,有例子,检验过,很顺利-Aitken non-equidistant interpolation, there are examples of tests, it is smooth
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:887
    • 提供者:张帆
  1. c

    0下载:
  2. 数值分析的2个c语言程序 1)I显示方法(2)艾特肯-Numerical Analysis 2 c language program 1) I show the method (2) aitken
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2691
    • 提供者:预告吧
  1. AiTeJinZuBuChaZhi

    0下载:
  2. 给定n个节点xi[i=0,1,...,n-1]上的函数值yi=f[xi]及精度要求,用埃特金逐步插值法计算指定插值点t处的函数近似值z=f[t]-Given n nodes xi [i = 0,1 ,..., n-1] on the function values yi = f [xi] and the accuracy requirements gradually Aitken interpolation method specified interpolation points t Depa
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1326
    • 提供者:罗坤
  1. Interpolation_1

    0下载:
  2. 给定n个等距结点 上的函数值 及精度要求,利用埃特金逐步插值法计算指定插值点t处的函数近似值 。-A given node n of equidistant values of the function and accuracy requirements, the use of Aitken interpolation method step by step interpolation points t Department designated function approximation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:6820
    • 提供者:彭邦彦
  1. jgdhghjd

    0下载:
  2. DHRT:对分法搜索方程的实根 ATKN:埃特金迭代法求方程的一个实根 NEWT:牛顿迭代法求方程的一个实根 QRRT:QR方法求实系数多项式方程的全部根 NETN:拟牛顿法求非线性方程组的一组实数解-DHRT: method to search for the real roots of equation ATKN: Aitken iterative method for a real roots of equation NEWT: Newton iteration equat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4094
    • 提供者:万相友
  1. shuzhifenxichazhi

    0下载:
  2. 该算法集集中了数值分析当中几乎所有的插值算法,如牛顿法,艾特肯法,高斯法,样条函数法等,均在MATLAB(R2006@)中运行通过了。-The algorithm sets a numerical analysis which focused on almost all the interpolation algorithms, such as Newton' s law, Aitken law, Gauss law, such as spline function method, are
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:10208
    • 提供者:qinghexiaoyue
  1. NumericalAlgorithms

    0下载:
  2. 各种数值算法,包括,艾特肯,杜氏分解法,二分法,分段线性插值,复合梯形法,复合辛普森,高斯消去法,列主元素消去法,龙贝格算法,雅克比迭代等等。-Numerical Algorithms,includeing Aitken,Duchenne decomposition,Dichotomy,Piecewise linear interpolation,Composite trapezoidal rule,Composite Simpson,Gaussian elimination,Out the m
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3475
    • 提供者:A1042yang
  1. Mathematica

    1下载:
  2. 迭代加速, 数值计算方面的一个用mathematica编写的-Aitken
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:4478
    • 提供者:zha
  1. CH4

    0下载:
  2. 4.1 求非线性方程实根的对分法ddhrt.c 4.2 求非线性方程一个实根的牛顿法dnewt.c 4.3 求非线性方程一个实根的埃特金迭代法datkn.c 4.4 求非线性方程一个实根的连分式解法dpqrt.c-4.1 The real roots of nonlinear equations of the pairs of sub-law ddhrt.c 4.2 real roots of nonlinear equations of a Newton' s Law of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:13878
    • 提供者:yangasdtat
  1. CH5

    0下载:
  2. 5.7 埃尔米特不等距插值 enhmt.c 及实例enhmt0.c 5.8 埃尔米特等距插值 eehmt.c 及实例eehmt0.c 5.9 埃特金不等距逐步插值 enatk.c 及实例enatk0.c 5.10 埃特金等距逐步插值 eeatk.c 及实例eeatk0.c 5.11 光滑不等距插值 enspl.c 及实例enspl0.c-5.7 Hermite Interpolation enhmt.c and examples of non-isometric enhmt0.c
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:17817
    • 提供者:yangasdtat
  1. shuzhifenxi

    0下载:
  2. 数值分析作业源代码包括Aitken(埃特金算法) 牛顿法-Source code for numerical analysis operations
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:3427
    • 提供者:贾斌
  1. djhsajdh

    0下载:
  2. Gauss 消元法 — 不选主元 Gauss 消元法 — 列选主元. 插值法 lagrange .cpp 插值法 lagrange .cpp 二分法.txt 二分法和简单迭代法以及埃特金.txt 复化辛卜生公式.txt快速弦截法 gauss-seidel选代.txt牛顿迭代法.txt-Gauss elimination method- do not choose the principal component Gauss elimination method- principal c
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:7536
    • 提供者:贾斌
  1. false_pos_aitken

    0下载:
  2. method of false position with Aitken s D2-method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1367
    • 提供者:katore vishal
  1. fixed_point_aitken

    0下载:
  2. general fixed point iteration with Aitken s D2-method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1260
    • 提供者:katore vishal
  1. NLEquations

    1下载:
  2. 一个求解非线性方程组的通用类,包括:对分法、牛顿法和埃特金迭代法。-A non-linear equations for solving the common categories, including: the sub-method, Newton' s law and Aitken iterative method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:7546
    • 提供者:zj
  1. interpol

    0下载:
  2. This little programs compares the stability and the complexity for the computation of the Lagrange interpolation of a given function for the following three methods: 1) Aitken-Neville-scheme 2) Divided differences and Horner-scheme 3) Baryc
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:11804
    • 提供者:王洪
  1. Aitken

    0下载:
  2. newton迭代法德加速方法,解一些不常规的方程-newton iteration Fade Jia-speed method, solutions of the equations of some non-conventional
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:17986
    • 提供者:Sally
  1. aitkenroot

    0下载:
  2. 埃特金求解C语言代码 //函数名:aitkenroot //功能描述:求出[a,b]区间内的非线性方程f(x)的一个实根 //输入参数:*x0(指向迭代初值和终值的指针) // f(迭代函数) // eps(精度要求) // max(最大迭代次数) //返回值:0(迭代失败),1(迭代成功)-Aitken Solution C language code// function name: aitkenroot// Function Descr iption: Fin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:659
    • 提供者:穆欢
« 1 23 4 »
搜珍网 www.dssz.com