CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - broyden

搜索资源列表

  1. do_login

    0下载:
  2. 1. 编制应用Broyden方法求解非线性方程组 的解的计算程序。并求非线性方程组-1. Application Broyden preparation method for solving nonlinear equations of Solutions program. And for nonlinear equations
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:1.72kb
    • 提供者:许问还
  1. ni_broydendiedaifa

    1下载:
  2. 逆broyden迭代法,matlab源代码,共享资源大家努力-broyden inverse iteration, Matlab source code, our efforts to share resources
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.18kb
    • 提供者:张召才
  1. matlabbroyden

    0下载:
  2. matlab逆broyden迭代法计算方程-Matlab broyden inverse iteration calculation equation
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13.89kb
    • 提供者:张烨
  1. Broyden

    0下载:
  2. 此程序为解非线性方程组的逆Broyden秩1迭代法,为MATLAB源程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:920byte
    • 提供者:yang
  1. fminlbfgs_version2

    1下载:
  2. 这是一个快速的拟牛顿法程序,非常实用,非常强大-FMINLBFGS is a Memory efficient optimizer for problems such as image registration with large amounts of unknowns, and cpu-expensive gradients. Supported: - Quasi Newton Broyden–Fletcher–Goldfarb–Shanno (BFGS). -
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-12-20
    • 文件大小:9.81kb
    • 提供者:奕风
  1. liblbfgs-1.7

    1下载:
  2. This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal. The original FORTRAN source code is available at: This library is a C port of the implementation of Limited
  3. 所属分类:Algorithm

    • 发布日期:2016-03-02
    • 文件大小:325.85kb
    • 提供者:Yu-Chieh Wu
  1. broyden

    0下载:
  2. 逆broyden迭代法,是数值分析中很重要的一种方法,源码为在matlab中的一种实现。-Inverse Broyden iteration method is very important in numerical analysis a method of source code in matlab an realize.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1kb
    • 提供者:马丫
  1. 1

    0下载:
  2. matlab开发环境,Broyden迭代法解非线性方程组,其中的M文件-matlab development environment, Broyden iteration method for solution of nonlinear equations, in which M-file
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:699byte
    • 提供者:平猪
  1. Broyden_newton

    1下载:
  2. 最优化方法实验设计,研究Broyden族拟Newton算法中fai(k)取值的优化问题,即对于不同的目标函数,考虑取何值时算法是最优的,重点考察的区间[-2 2]范围内的变化情况,算法的优劣程度由CPU运行时间决定。-Optimization method, design of experiments to study the proposed Newton algorithm Broyden family fai (k) values of the optimization problem,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2.07kb
    • 提供者:shen yuan
  1. Broyden

    0下载:
  2. 拟牛顿迭代法是相对比较新的一种方法,克服了牛顿迭代需要求导数和求逆的缺点.-Newton iterative method is a relatively new method of Newton shall be required to overcome the derivative and inverse shortcomings.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.01kb
    • 提供者:jiaoyuwei
  1. Broyden

    0下载:
  2. Broden算法求解一些简单的非线性方程组-Broden algorithm for solving simple nonlinear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:4.1kb
    • 提供者:liuming
  1. broyden_cal

    1下载:
  2. 求解非线性方程组的拟牛顿法(逆broyden秩1方法)之matlab程序,采用符号运算,直接输入含参数的方程组即可。-Solving nonlinear equations of quasi-Newton method (inverse method broyden rank 1) of the matlab program, using symbolic computation, the direct input of equations with a parameter can be.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:886byte
    • 提供者:louis
  1. FN

    1下载:
  2. This function is used by Newton s Method for systems and by Broyden s Method
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.13kb
    • 提供者:SUNDER
  1. inverse-broyden-iteration

    0下载:
  2. matlab的发展环境,为解决大型迭代法的非线性方程组,M-file-matlab development environment, broyden iteration method for solution of nonlinear equations, in which M-file
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:961byte
    • 提供者:zhoujinming
  1. Broyden

    0下载:
  2. this the Broyden s method for solving nonlinear system of equations-this is the Broyden s method for solving nonlinear system of equations
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:793byte
    • 提供者:vahid
  1. Broyden-Fletcher-Goldfarb-Shanno

    1下载:
  2. Broyden Fletcher Goldfarb Shanno method implemented by matlab
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:mani sabeti
  1. Broyden

    0下载:
  2. 用Broyden算法求解非线性方程组,Broyden算法是一种迭代求解的算法-Broyden algorithm for solving nonlinear equations, Broyden algorithm is an iterative algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:17.34kb
    • 提供者:陈涛
  1. matlab-broyden

    0下载:
  2. 该代码为matlab的逆broyden迭代法,用于求解一些非线性问题。-The code for matlab inverse broyden iterative method for solving a number of nonlinear problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:944byte
    • 提供者:daijie
  1. matlab-broyden

    1下载:
  2. 该代码为基于matlab的broyden迭代算法实现,用于求解非线性问题,并且绘图等等。-The code for the matlab broyden iterative algorithm implemented for solving nonlinear problems, and drawing and so on.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:722byte
    • 提供者:daijie
  1. broyden迭代法和逆broyden迭代法

    0下载:
  2. 拟牛顿迭代法是相对比较新的一种方法,克服了牛顿迭代需要求导数和求逆的缺点,用于求解非线性方程组(For solving nonlinear equations)
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:1kb
    • 提供者:athosma
« 12 3 »
搜珍网 www.dssz.com