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

搜索资源列表

  1. nonlinear

    0下载:
  2. 此程序使用延拓法和牛顿法求解非线性方程组-This program uses the continuation method and Newton method for solving nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1751
    • 提供者:向桥
  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. Newton-method-

    1下载:
  2. 运用牛顿法求解非线性方程组源程序,fortran模块-newton method for nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:705992
    • 提供者:toby
  1. mnewton

    0下载:
  2. 用LU分解法解线性方程组Ax=b。用牛顿法求非线性方程f(x)=0-With the LU decomposition method of solving linear equations Ax = b. Using Newton s method for nonlinear equation f (x) = 0
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:826
    • 提供者:贾璐
  1. Levenberg-Marquardt-Algorithm

    0下载:
  2. 求解非线性问题的一种算法,综合了梯度法和牛顿法的优点-An algorithm for solving nonlinear problem, taking advantages of gradient method and Newton method
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:29765
    • 提供者:王雪
  1. 2

    0下载:
  2. 数值分析牛顿法解非线性方程的根,并且确定处置选取的收敛区间-newton method to solve non-liner equiation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:734
    • 提供者:dsd
  1. numerical-method-of-noline

    0下载:
  2. 非线性方程数值解法的数学基础,有牛顿法,割线法等-Mathematical foundations of numerical solution of nonlinear equations, Newton method, secant method
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:6806522
    • 提供者:caoze
  1. Newtons-method

    0下载:
  2. 这里面应用牛顿法,QUASI-NEWTON ,BROYDEN,等各种方法,计算非线性方程组,通过一个初始值的设定,在可接受的循环次数内,计算得到-This application of Newton' s method which, QUASI-NEWTON, BROYDEN, and other various methods to calculate the nonlinear equations, by setting an initial value within an accep
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5595
    • 提供者:conny
  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. GeneralQuasiNewton

    0下载:
  2. 用以求解非线性优化问题的高斯拟牛顿法程序,使用简单-a program to solve nonliear optimization problem using Quasi-Newton method, which is easy to use
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:961
    • 提供者:xuwenhao
  1. newton-tonglun

    1下载:
  2. 利用牛顿法,加速牛顿法,同伦变换求解非线性方程组的解-Newton method to accelerate the Newton method, homotopy transform Solving the Nonlinear Equations
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2370
    • 提供者:高晋
  1. MATLAB最优化设计程序

    1下载:
  2. 包含SQP法,非线性最小二乘问题 线搜索技术 乘子发 共轭梯度法 信赖域法 二次规划法 拟牛顿法 最速下降法的MATLAB程序
  3. 所属分类:matlab例程

    • 发布日期:2015-07-22
    • 文件大小:34429
    • 提供者:cys59@163.COM
  1. MATLAB-FOR-ALGORITH

    0下载:
  2. 非线性最优化问题的基本理论和算法程序,主要包括:线性搜索技术,牛顿法,最速下降法,序列二次规划等算法。-The basic theory and nonlinear optimization algorithm procedural issues, including: linear search, Newton s method, the steepest descent method, sequential quadratic programming algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-17
    • 文件大小:5020190
    • 提供者:LIAO Wei-ping
  1. MATLABNewtons

    0下载:
  2. MATLAB牛顿法求解非线性方程组 源程序代码-Newton s method to solve the nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1507
    • 提供者:
  1. newton

    0下载:
  2. 简化牛顿法求解非线性方程组,程序内附注释-Simplified Newton method forSolving Nonlinear equations, the program containing the comment
  3. 所属分类:assembly language

    • 发布日期:2017-05-03
    • 文件大小:713014
    • 提供者:赵堃
  1. matlabNLP

    0下载:
  2. matlab 编写的非线性优化算法源码,注意,不是应用,而是把函数的源码。包括单纯形,牛顿法等基本源码-matlab nonlinear optimization code, is the resource of function, including simplex,Newton ...
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:10906
    • 提供者:薛总
  1. Mathematical-Programming

    0下载:
  2. 数学规划 lp - 线性规划 linprog - 线性规划(在MATLAB5.3使用) fmin - 一元函数极值 fminu - 多元函数极值拟牛顿法 fmins - 多元函数极值单纯形搜索法 constr - 非线性规划 fmincon - 非线性规划(在MATLAB5.3使用)- Mathematical Programming lp- Linear Programming linprog- linear programming (in M
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:23025
    • 提供者:lxc
  1. niudunfa

    0下载:
  2. 数值计算法,牛顿法求解非线性方程,适用于VC6.0-Numerical calculation method, Newton' s method for solving nonlinear equations for VC6.0
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:277601
    • 提供者:清晨玉墨寒
  1. 7NETN

    0下载:
  2. 这是一个求非线性方程一个实根的牛顿法,函数返回标志值。若返回的标志值大于等于0则表示正常返回-This is a nonlinear equation for a real root of the Newton method, function return value signs. If the sign of the return value greater than or equal to 0 that the normal return
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:858
    • 提供者:qiao7268035
  1. cx

    2下载:
  2. 在科学与工程计算中,经常遇到求解非线性方程组的问题;非线性方程组在收敛速度及收敛性比线性方程组要差,特别对于非凸的非线性方程组,其求解更是困难。下面简要介绍非线性方程组的三种解法——牛顿法、拟牛顿法、同伦算法,分析三种解法的适用性,并附Matlab原程序。-Scientific and engineering computing, often encounter the problem of solving nonlinear equations speed of convergence of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1497
    • 提供者:魏萌
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com