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

搜索资源列表

  1. newton_method

    0下载:
  2. 基于matlab应用牛顿法解非线性方程组-the matlab Newton method for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:984
    • 提供者:hyh
  1. Quasi-Newton-Methods

    1下载:
  2. 拟牛顿法(Quasi-Newton Methods)是求解非线性优化问题最有效的方法之一。其实DFP算法、BFGS算法都属于拟牛顿法,即,DFP、BFGS都分别是一种拟牛顿法-Quasi-Newton method (Quasi-Newton Methods) is one of the most effective methods for solving nonlinear optimization problems. In fact, the DFP algorithm, BFGS algo
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:673
    • 提供者:王喜
  1. Desktop

    0下载:
  2. 牛顿法和二分法,可以方便地用来求解非线性方程-Newton method and the dichotomy can be easily used for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-12-03
    • 文件大小:3866
    • 提供者:zeng
  1. Nonlinear-adjustment

    0下载:
  2. 基于非线性平差模型的坐标转换公式,改进的高斯-牛顿法,包含一片论文-Nonlinear Adjustment Model-based coordinate conversion formula, improved Gauss- Newton method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:5728259
    • 提供者:wang
  1. Ch6

    0下载:
  2. 迭代法求解非线性方程的解,包括二分法、牛顿法及抛物线法-Iterative method for solving nonlinear equations, including the dichotomy, Newton' s method and the parabolic law
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:7084
    • 提供者:
  1. Assignment2

    1下载:
  2. 北航数值分析第二次大作业 牛顿法解非线性方程组、分片二次插值-Northern Numerical Analysis second job Newton method for solving nonlinear equations, piecewise quadratic interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:1156014
    • 提供者:
  1. Nonlinear-equations-Newton

    0下载:
  2. (P286例题)非线性方程组牛顿法--三维-(P286 Example) nonlinear equations Newton' s law- the three-dimensional
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:1402
    • 提供者:叶枫
  1. niudunfa

    0下载:
  2. 牛顿法求非线性函数 间接求法 迭代法-Newton' s method for solving nonlinear function of the indirect method for finding iterative method
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:756
    • 提供者:gushiyong
  1. shuzhi

    0下载:
  2. 数值分析中 常见的非线性方程解法 包括二分法 牛顿法 割线法等-Common nonlinear equation solution including numerical analysis dichotomy Newton method secant
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:2787
    • 提供者:zz
  1. newton

    0下载:
  2. 牛顿法 matlab 求非线性方程的根,数值分析程序代码-matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-12-10
    • 文件大小:1364
    • 提供者:高健
  1. ZNNewton

    0下载:
  2. 阻尼牛顿法,用于求解二维非线性方程的求根,收敛速度较快-Damping Newton method for solving the two-dimensional nonlinear equations of Roots, convergence is faster
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:4004
    • 提供者:zcm
  1. niudun

    0下载:
  2. 用牛顿法解决非线性规划问题,解决问题所需时间少,能提高效率,但须具有二阶导数-Newton' s method to solve nonlinear programming problems, less time, and can improve the efficiency needed to solve the problem, but must have a second derivative
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:2784
    • 提供者:月亮
  1. sr1

    0下载:
  2. 拟牛顿法(Quasi-Newton Methods)是求解非线性优化问题最有效的方法之一,拟牛顿法的基本思想是在基本牛顿法的步2中,用Hess矩阵的某个近似矩阵代替之.-Quasi-Newton Methods
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:972
    • 提供者:连云赵
  1. conjugateGradient

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:982
    • 提供者:wang yikai
  1. 3

    0下载:
  2. BFGS拟牛顿法求非线性无约束最优化(函数极值)问题-BFGS quasi-Newton method for solving nonlinear unconstrained optimization (function extremum) problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3395
    • 提供者:wwe
  1. 5

    0下载:
  2. DFP拟牛顿法求解非线性无约束最优化问题(函数极值)-DFP quasi-Newton method for solving nonlinear constrained optimization problem (function extremum)
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3340
    • 提供者:wwe
  1. shuzhi

    0下载:
  2. 非线性方程的数值解法,在matlab环境下运行成功,集成了牛顿法,弦割法和抛物线法-The numerical solution of nonlinear equations in matlab environment running successfully integrates Newton method, cutting method and the parabola method chord
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:1056
    • 提供者:牛牛
  1. Newdon

    0下载:
  2. MATLAB实现牛顿法求解非线性方程组,简介快速-MATLAB realization Newton' s method for solving nonlinear equations, Introduction Quick
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:561
    • 提供者:王心雨
  1. NLNewton_VB.net

    0下载:
  2. 牛顿法求解非线性方程组,vb.net代码. Visual studio 2008下正常运行-Newton method for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:96248
    • 提供者:秦胜伍
  1. BFGSTest

    0下载:
  2. 拟牛顿法BFGS; 非线性无约束最优化; C#编程-Quasi-Newton method BFGS nonlinear unconstrained optimization C# Programming
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:38853
    • 提供者:zhanglee
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com