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

搜索资源列表

  1. solving-nonlinear-equations

    0下载:
  2. 非线性方程与方程组的求解,实现的方法有:拟牛顿法,最小二乘解的广义拟法,蒙特卡洛法-Nonlinear equations and solving equations, implementation methods are: quasi-Newton method, generalized least squares solution proposed method, Monte Carlo
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3615
    • 提供者:zhangqingyu
  1. Optimization-method

    0下载:
  2. 最优化方法及其Matlab程序设计,乘子法程序,非线性最小二乘问题源码,最速下降法与牛顿法源码-Optimization method and Matlab programming, multiplier method procedures, non-linear least squares problem source, the steepest descent method and Newton' s law code, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:34892
    • 提供者:郝梦
  1. xmnewt

    0下载:
  2. 本程序为牛顿法求解非线性常微分方程的例程。采用fortran语言-procedures for the newt method for solving nonlinear boundary value problems . Using FORTRAN language.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:525529
    • 提供者:笨笨
  1. uuhu

    0下载:
  2. 求解非线性规划问题的光滑牛顿法.Smooth nonlinear programming problem solving Newton' s method.-Smooth nonlinear programming problem solving Newton' s method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-01
    • 文件大小:572447
    • 提供者:mable
  1. newton

    1下载:
  2. 这是一个用matlab编写的牛顿法源代码,比较简单的无约束方程。牛顿法是求非线性方程(组)零点的一种重要的迭代法,又称牛顿-拉弗森法或切线法。-This is a matlab source code written in Newton s method, relatively simple equation of the non-binding. Newton s method is the pursuit of non-linear equation (group) zero is an
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1118
    • 提供者:建勋
  1. 8

    0下载:
  2. 数值计算matlab 二分法 不动点 牛顿法等算法解非线性方程-Numerical calculation matlab Dichotomy fixed point Newton method algorithm for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:8015
    • 提供者:
  1. Treelike-Open-Network-Power-Flow

    0下载:
  2. 电力系统的树形开式网络的潮流计算程序。 应用牛顿法实现多元非线性方程组的求解。 利用C++和matlab混合编程实现。-Power System, Open Network in tree form, Newton Algorithm, Nonlinear multivariable equations, C++ and matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:3614
    • 提供者:刘搏
  1. newraph

    0下载:
  2. 牛顿法求解非线性方程组-newton method for solving nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:769
    • 提供者:文风
  1. Matlab

    3下载:
  2. matlab程序非线性优化设计方法时下流行的关于非线性规划的源程序,包括SQP方法、乘子法程序、二次规划、非线性最小二乘法、共轭梯度法、拟牛顿法、线搜索技术、信赖域方法、最速下降法与牛顿法等-matlab program nonlinear optimization design method popular on nonlinear programming source code, including the SQP method, the multiplier method procedur
  3. 所属分类:matlab

    • 发布日期:2014-09-14
    • 文件大小:34816
    • 提供者:朱志远
  1. 4NETN

    0下载:
  2. 使用拟牛顿法求解非线性方程组的源码,只需要改变输入的方程组,即可求得需要的解。-Using the quasi-Newton method for solving nonlinear equations, source, only need to change the input equations, you can obtain the desired solution.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1875
    • 提供者:Ella yang
  1. Newton

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-Conjugate Gradient method (Conjugate Gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:516
    • 提供者:兰中周
  1. gongetidufadshuzhixingzhi

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数-Conjugate Gradient method (Conjugate Gradien
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:722
    • 提供者:兰中周
  1. nonlinear-equations-with-MATLAB.

    1下载:
  2. 用MATLAB实现非线性方程的数值解法。主要有不动点迭代法,牛顿法,割线法和对称秩法的MATLAB源码。-Numerical solution of nonlinear equations with MATLAB. Fixed point iteration method, Newton, secant, and the symmetry rank of the MATLAB source.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2547
    • 提供者:yaliwang
  1. 123131

    0下载:
  2. 二分法、牛顿法、割线法求非线性方程2X3-2X2+3X-6=0在[1, 3]内的近似根。-Bisection method, Newton method, secant nonlinear equations 2X3-2X2+3 X-6 = 0 in [1, 3] an approximate root.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1486
    • 提供者:YANG
  1. Nonlinear-equations

    0下载:
  2. 求非线性方程一个实根的对分法,牛顿法,埃特金迭代法,连分式法,QR法,牛顿下山法。-Nonlinear equations a real root of sub-law, Newton s method, Aitken iterative method, continued fraction method, QR method, Newton downhill method.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:17585
    • 提供者:胡程序
  1. nt

    0下载:
  2. 机械优化设计 牛顿法 多元非线性有约束方法 minNT-Optimization of Mechanical Design Newton method multivariate nonlinear constraints
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1345
    • 提供者:sxw
  1. 4NETN

    0下载:
  2. 用拟牛顿法求解非线性方程组一组实根的方法-A group of real roots of the method of quasi-Newton method for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1788
    • 提供者:wade
  1. Conjugate-Gradient-Method

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

    • 发布日期:2017-03-30
    • 文件大小:704339
    • 提供者:
  1. newton-to-nonlinear-equations

    0下载:
  2. 牛顿法求解非线性方程组matlab源程序-Newton method for solving nonlinear equations matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5732
    • 提供者:wgl
  1. Nnnrrfxxfce

    0下载:
  2. 牛顿法计算方程,能计算非线性方程/方程程组,有需要的能试试,主要是数学方法的实现 -Newton method to calculate the equation to calculate the nonlinear equation/equation of equations, needs to try, mainly the implementation of the mathematical methods
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1340
    • 提供者:yongjiu
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com