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

搜索资源列表

  1. WinRAR-ZIP

    0下载:
  2. 数值计算中的基本算法程序,如牛顿法,加速算法,还有一些基本的迭代算法。-Numerical calculation of the basic algorithm, such as Newton' s method, algorithm, there are some basic iterative algorithm acceleration.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3333
    • 提供者:黄立勋
  1. iterationOFnewton

    0下载:
  2. 利用牛顿法实现迭代运算。计算方法为数值计算书上提到的流程-Achieved using Newton iteration method. Process for the numerical calculation method mentioned in the book
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:630
    • 提供者:吴桐
  1. Desktop

    0下载:
  2. 牛顿法进行二次曲面分析,计算各迭代点的局部值-Newton s method analysis of quadric surface, the local value of iterative point is calculated
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:548
    • 提供者:pcyan
  1. Multidimensional-Newton

    0下载:
  2. vb环境下实现牛顿法迭代求最优,最优化原理与方法中无约束最优化的求解-Newton s method to achieve vb environment iterative optimal, optimization theory and methods for solving unconstrained optimization
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:151312
    • 提供者:gump
  1. Newtons-method

    0下载:
  2. 牛顿法和弦截法求方程根的C++程序,很好的实现迭代求根。-Newton s method chords cut method equation root of c++ program, very good implementation iteration for root.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:891688
    • 提供者:williomson
  1. matlab

    0下载:
  2. 牛顿最优解拟牛顿法和最速下降法(Steepest Descent Methods)一样只要求每一步迭代时知道目标函数的梯度。通过测量梯度的变化,构造一个目标函数的模型使之足以产生超线性收敛性。这类方法大大优于最速下降法,尤其对于困难的问题。另外,因为拟牛顿法不需要二阶导数的信息,所以有时比牛顿法(Newton s Method)更为有效。-Newton optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:11592
    • 提供者:徐子熠
  1. Newton潮流程序

    0下载:
  2. Newton潮流程序 牛顿法的特点是收敛性比较好,一般潮流计算通常迭代6~7次就能收敛到非常精确的解,而且迭代次数与电力系统规模关系不大。
  3. 所属分类:C#编程

  1. newton

    0下载:
  2. 牛顿法球方程,计算每一步迭代结果以及最终迭代次数-Newton' s Law balls equation to calculate the results of each iteration and the final iterations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:909
    • 提供者:黄庆庆
  1. ninewton

    1下载:
  2. 拟牛顿法求解方程,计算每一步的结果以及最终迭代次数-Quasi-Newton method for solving equations, each step of the calculation results and the final iterations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:914
    • 提供者:黄庆庆
  1. Newton-Raphson-Method

    0下载:
  2. 一个牛顿-拉弗逊法求解非线性问题迭代过程的简单程序例子-A Newton- Laffer Morrison nonlinear problem solving simple program examples iterative process
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1832
    • 提供者:LXJ
  1. nonlinear-algorithm

    3下载:
  2. 非线性算法合集,包括牛顿拉夫逊法,Broyden拟牛顿法,弧长法,割线法。每种算法都包含有线性搜索迭代改进。-Nonlinear algorithm collection, including Newton Raphson, Broyden quasi-Newton method, arc-length method, secant method. Each contains a linear search algorithms for iterative improvement.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6891
    • 提供者:figo
  1. gongchengyouhua2

    0下载:
  2. 工程优化里采用阻尼牛顿法迭代求函数的最小值-Engineering optimization in the use of minimum damping Newton method Iterative Function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2180
    • 提供者:wangxiaoqian
  1. cpp

    0下载:
  2. 最速下降/牛顿法 armijo线性搜索 比较 F(x)=x2+2x2-ln(x1x2-1) 迭代次数、步长 精度ε=0.1 σ1=0.4 ρ=0.5-Steepest descent/Newton method armijo linear search compare F (x) = x2+ 2x2-ln (x1x2-1) iterations, step length Precision ε = 0.1 σ1 = 0.4 ρ = 0.5
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:211848
    • 提供者:戴雨航
  1. CPP2

    0下载:
  2. 牛顿-拉夫逊法潮流计算,很经典实用的算法,迭代速度快-Newton Ralph Xun power flow calculation
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5641
    • 提供者:zhang
  1. youhua-sheji

    0下载:
  2. 此问题为无约束非线性优化问题,用牛顿法进行迭代求解,具体的求解过程有MATLAB编程解决。-This problem is unconstrained nonlinear optimization problems were solved by Newton s iterative method for solving a specific procedure has MATLAB programming solutions.
  3. 所属分类:matlab

    • 发布日期:2017-02-27
    • 文件大小:14336
    • 提供者:xiaoge
  1. main

    2下载:
  2. 用牛顿法迭代求解泊松方程,以计算PN结的内建电势分布并绘制能带图,进一步模拟空间电荷区宽度-Use Newton method to solve the Poisson equation in order to calculate the PN junction potential distribution and draw energy band diagram . And simulate the space charge region width
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-13
    • 文件大小:1149
    • 提供者:马程
  1. newton

    0下载:
  2. 通过使用牛顿法,求解某个函数的极小值 选定起始点后,通过newton方法,多次迭代,得到局部最优解-get the minimun value of a function using newton method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:652
    • 提供者:todd
  1. NRflow

    0下载:
  2. 5节点牛顿莱弗逊法潮流计算,高斯消去法迭代-5 Node Shriver Newton Raphson power flow calculation, Gaussian elimination
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2037
    • 提供者:huang
  1. steepest-descent--and-Newton

    0下载:
  2. function[x,val,k] dampnm(fun,gfun,hesse,x0) 功能:用阻尼牛顿法求解无约束问题:min f(x) 输入:x0是初始点,fun,gfun,hesse分别是目标函数值,梯度,hesse矩阵的函数 输出:x,val分别是近似最优点和最优值,k是迭代次数-The function/x, val, k dampnm (fun, gfun, Hesse, x0) function: with damped Newton method f
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2292
    • 提供者:苗小楠
  1. s2

    0下载:
  2. 给定初值及容许误差,编制牛顿法解方程f(x) 0的通用程序。 (2)给定方程,易知其有三个根 a)由牛顿方法的局部收敛性可知存在当时,Newton迭代序列收敛于根x2*。试确定尽可能大的。 b)试取若干初始值,观察当时Newton序列的收敛性以及收敛于哪一个根。 (3)通过本上机题,你明白了什么?-Given the initial value and allowable error, the preparation of Newton method to solve the e
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1890
    • 提供者:宋文儒
« 1 2 ... 23 24 25 26 27 2829 »
搜珍网 www.dssz.com