CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 牛顿迭代 matlab

搜索资源列表

  1. nanewton1

    1下载:
  2. 牛顿迭代法 若高阶非线性方程组: u ( x , y) = 0 v ( x , y) = 0 可以用迭代公式 -Newton iteration if the higher-order nonlinear equations: u (x, y) = 0v (x, y) = 0 can be used iterative formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1102
    • 提供者:
  1. Netwonnonlinearequations

    0下载:
  2. 本方法为解非线性方程组的牛顿法,属于迭代法范畴-The method for the solution of nonlinear equations of Newton
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3212
    • 提供者:冰冰
  1. ndimensionNetwon

    0下载:
  2. 解非线性方程组的N元牛顿法,属于迭代法范畴-Solution of nonlinear equations of the N-Newton method, iterative method belonging to the scope of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:3119
    • 提供者:冰冰
  1. paul

    0下载:
  2. 各种数值分析常用的程序,雅克比迭代,G_S法,牛顿 拟牛顿,拉格朗日数乘等-Numerical analysis of a variety of commonly used procedures, Jacobian iteration, G_S law, Newton' s quasi-Newton, Lagrange and so few take
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3719
    • 提供者:paul
  1. 1

    0下载:
  2. 数值计算方法—— 用matlab仿真实现牛顿迭代计算——源程序-iterative calculation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3350
    • 提供者:zhangjingyi
  1. newton

    0下载:
  2. 牛顿迭代法解非线性方程,可自定义迭代步数和迭代精度,结果可返回解得所有迭代过程,适合于就算方法的初学者作为上机实验的参考资料。-Newton iterative method for solving nonlinear equations, can be customized and iterative precision iterations, the result can be returned to solve for all the iterative process, even if
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:550
    • 提供者:李文俊
  1. nolinerequationssolves

    0下载:
  2. MATLAB求解非线性方程组的一些算法程序,牛顿迭代法,高斯迭代法等-MATLAB for solving nonlinear equations of some algorithm program, Newton iteration, Gauss iterative method, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:14089
    • 提供者:liuming
  1. test2_1

    0下载:
  2. 解方程的牛顿迭代法,清晰的步骤,帮助初学数值分析的人。-Newton iterative method of solving equations, clear steps to help beginners who numerical analysis.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:568
    • 提供者:zhoulei
  1. Jacobi

    0下载:
  2. 牛顿迭代,雅克比,求解非线性方程组 数值分析 MATLAB相结合-Jacobi NEWTON
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:826
    • 提供者:ericwang
  1. niula

    0下载:
  2. 基于MATLAB的牛顿迭代法潮流计算,程序可读性强,应用方便-MATLAB-based Newton iterative method trend calculation program readability, ease of application
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1630
    • 提供者:邵雯
  1. newton_feixianxin

    0下载:
  2. matlab实现牛顿迭代法求解非线性方程组-Matlab achieve the Newton iterative method for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:18079
    • 提供者:alex
  1. Newton-matlab

    0下载:
  2. 利用牛顿迭代法来寻找最优解,提供了很多现实的应用,具有很好的实践价值。-This works well for you to find the optimal solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2446
    • 提供者:张为民
  1. newton_iteration

    1下载:
  2. 这是我自己写的亲测可用的matlab 牛顿迭代法函数程序-This is the Newton iteration program based on MATLAB written by myself
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:596
    • 提供者:zhangyedong
  1. newtonmethod

    0下载:
  2. 用matlab编写的牛顿迭代方法求解非线性方程组:数值分析中很经典的代码-a matlab code of newton method solve system of nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:427996
    • 提供者:黄琪
  1. matlab

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

    • 发布日期:2017-04-06
    • 文件大小:11592
    • 提供者:徐子熠
  1. matlabzhishudiedai

    0下载:
  2. 主要讲诉运用matlab实现步进电机抛物曲线,指数曲线的牛顿迭代的运算,算出精确的脉冲时间间隔-The main complaint about the use of matlab stepper motor parabolic curve, the exponential curve of Newton iterative calculation to calculate accurate pulse interval
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1867
    • 提供者:胡一
  1. Newton

    0下载:
  2. 牛顿迭代法的一个实现例子 使用matlab编写的~-Newton iterative method of an implementation example of using matlab prepared ~
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:473912
    • 提供者:liu
  1. 牛顿迭代法的MATLAB实现_云磊

    1下载:
  2. 牛顿迭代法是方程求根中的一种较快捷的迭代方法,但遇到较复杂的方程时计算量较大。文章采用了MATLAB编程来实现牛顿迭代法,并给出了具体的计算例子。(Using the MATLAB programming to realize the Newton iterative method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:2770944
    • 提供者:Effie
  1. matlab

    0下载:
  2. 利用牛顿迭代解决非线性方程组问题,属于数学计算范畴。(The problem of nonlinear equations is solved by Newton iteration, which belongs to the category of mathematical calculation.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-10
    • 文件大小:56542208
    • 提供者:乔川
  1. newton_method

    0下载:
  2. 牛顿迭代法进行数值分析,求解方程,希望有用(Newton iterative method is used for numerical analysis to solve equations.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:豆子爱薏米
« 12 »
搜珍网 www.dssz.com