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

搜索资源列表

  1. Part_3_C_programmes

    0下载:
  2. 程序总结3:牛顿迭代|牛顿下山|秦九韶|三对角线追赶法|系统|弦割法|雅克比迭代|综合测评-procedures : Newton iteration | Newton down | Qinjiushao | 3 diagonal chasing France | System | Strings cutting France | Jacques than iterative | Comprehensive Assessment
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4879
    • 提供者:周琳
  1. yuandaimabaogao

    0下载:
  2. 数值计算源代码,包括二分法,弦截法,龙贝格算法,下山法,牛顿迭代法-numerical source code, including the dichotomy, chord sheet, Lung Bergh algorithm, the mountain, the Newton iterative method
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6948
    • 提供者:顾婷婷
  1. newton

    0下载:
  2. 牛顿迭代法求方程的根 数值方法中的算法 包括下山因子-Newton iteration equation for the root of the algorithm for numerical methods, including down factor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1004
    • 提供者:永远的罗罗
  1. NLequationCalculator

    0下载:
  2. 4.1 非线性方程与方程组类设计 4.2 求非线性方程实根的对分法 4.3 求非线性方程一个实根的牛顿法 4.4 求非线性方程一个实根的埃特金迭代法 4.5 求非线性方程一个实根的连分式解法 4.6 求实系数代数方程全部根的QR方法 4.7 求实系数代数方程全部根的牛顿-下山法 4.8 求复系数代数方程全部根的牛顿-下山法 4.9 求非线性方程组一组实根的梯度法 4.10 求非线性方程组一组实根的拟牛顿法 4.11 求非线性方程组最小二
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:76218
    • 提供者:王健
  1. diedaifa

    0下载:
  2. 牛顿下山法和二分法程序,用来求解方程的解-Newton downhill method, and dichotomy program, the solution used to solve the equation
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:896
    • 提供者:陈杰
  1. numerical-calculation-method

    0下载:
  2. 数值计算的一系列方法的C程序实现(包括二分法、复合梯度法、牛顿下山法、龙格库塔法等主流方法)-The numerical calculation method of the C program (including the the mainstream dichotomy composite gradient method, Newton downhill method, Runge-Kutta method method)
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:8872
    • 提供者:西门庆
  1. Newtonxs

    0下载:
  2. 牛顿下山法程序。该程序是用来求方程根的迭代方法。-Newton downhill method procedures. The program is an iterative method to the equation root.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:725
    • 提供者:lisa
  1. fangchengqiujie

    0下载:
  2. 贝努利法求按模最大实根 贝努利法求按模最小实根 用二分法求方程的一个根 用黄金分割法求方程的一个根 用不动点迭代法求方程的一个根 用艾肯特加速的不动点迭代法求方程的一个根 用史蒂芬森加速的不动点迭代法求方程的一个根 用一般弦截法求方程的一个根 用单点弦截法求方程的一个根 用双点弦截法求方程的一个根 用平行弦截法求方程的一个根 用改进弦截法求方程的一个根 用史蒂芬森法求方程的一个根 用劈因子法求方程的一个二次因子 用抛物线法求方程的一个根
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:10684
    • 提供者:吕文旭
  1. Gauss

    0下载:
  2. 列组消元法解线性方程组,牛顿最速下山法解非线性方程组-Column group elimination method for solving linear equations, Newton' s steepest descent method for solving nonlinear equations
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1585
    • 提供者:mifeng
  1. xiashan

    0下载:
  2. MATLAB 牛顿下山法的一个小程序,原理就不详细说了。因牛顿迭代法受初值选取的限制,为防止迭代发散,对迭代过程再附加一项要求:|f(x(k+1))|<|f(x(k))|,将牛顿法迭代的结果:x(k+1) =x(k)-f(x(k))/f (x(k))和前一近似值x(k)适当加权平均做为新的改进值:x(k+1)=u*x(k+1) +(1-u)*x(k),其中u(0<> 迭代时u取1开始,逐次减半计算,直至附加要求符合为止。实例计算中x(k)=x(0)不变,只更新u和x
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:700
    • 提供者:junshan
  1. Newton-down

    0下载:
  2. 计算方法简明教程:牛顿下山法。C++小程序-Concise Guide to calculation methods: Newton-down.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:623
    • 提供者:DZ
  1. Numerical-analysis-program

    0下载:
  2. 数字分析程序中包含了艾特肯、二分法、弦割法、牛顿下山等编程-Numerical analysis program includes Aitken, dichotomy, chord cutting method, Newton downhill and other programming
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:8673
    • 提供者:庄默默
  1. cz

    0下载:
  2. AE反距离IDW、克里金Krige插值.txt I显示方法.c www.pudn.com.txt 三对角线追赶法.C 三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt 二分法.c 分段线性插值.c 列主元元素消元.C 利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt 反距离加权插值,貌似不好用IDWUtil.java 埃特肯.c 复合梯形法.c 复合辛普森.c 弦割法.c 操作复数的类Com
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:60887
    • 提供者:songguanjun
  1. mulDNewton

    0下载:
  2. 基于matlab,利用牛顿下山法来解非线性方程组的数值解-Newton downhill method for solving nonlinear equations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:595
    • 提供者:Nick
  1. chapter4-of-math-analysis

    0下载:
  2. 牛顿法,牛顿上山法,牛顿下山法,简单迭代法,简便了计算过程,提高了运算效率-Newton s method, Newton method up to the mountain, Newton downhill method, a simple iterative method, simple calculation process, improve the operation efficiency
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:14313
    • 提供者:季秋峰
  1. Newton-down-the-mountain

    0下载:
  2. 牛顿下山法,计算方法编程算法,c++编写,算法可以实现-Newton downhill method, calculation algorithm programming, c++ to write the algorithm can be implemented
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:9660
    • 提供者:刘辉
  1. Newton-downhill-and-iteration-method

    0下载:
  2. 其中包含牛顿迭代法法,二分法,牛顿下山法 最优化求解的方法 -Newton downhill method and the improved Newton iteration method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1803
    • 提供者:guli
  1. DSRRT

    0下载:
  2. Fortran程序使牛顿-下山法求解实系数代数方程的全部根
  3. 所属分类:数学计算/工程计算

    • 发布日期:2020-03-13
    • 文件大小:1256
    • 提供者:yrh1234
« 1 2 3»
搜珍网 www.dssz.com