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

搜索资源列表

  1. matlab

    0下载:
  2. 这是关于matlaba的分割方法的描述,有牛顿法,黄金分割法等-This is the descr iption of on matlaba the segmentation method, Newton method, golden section method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:3798
    • 提供者:caiyong
  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. matlab

    0下载:
  2. 牛顿法 等求解方程的零根;通过选取不同的初始点实现-Newton method
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:4096
    • 提供者:weipu
  1. Newton

    0下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1052
    • 提供者:zhuyuanli
  1. matlab-code

    0下载:
  2. 几个多目标求极值的Matlab算法,包括模式搜索法、Rosenbrock法、单纯形法、Powell法、最速下降法、共轭梯度法、牛顿法、信赖域法-Matlab algorithm, several multi-objective extremum including pattern search method, Rosenbrock method, simplex method, Powell method, the steepest descent method, conjugate gradi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:3667
    • 提供者:陈亮
  1. niniudun

    0下载:
  2. 无约束最优化当中经典的拟牛顿法matlab程序-Unconstrained optimization among classical quasi-Newton method matlab program
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:3115
    • 提供者:wang
  1. Matlab

    0下载:
  2. 重点介绍了最速下降法与牛顿法以及二次规划等其他一些算法了的运行结果及过程-Focuses on the D* A* algorithm, and has a relatively good run of results and process
  3. 所属分类:matlab

    • 发布日期:2017-11-29
    • 文件大小:34547
    • 提供者:周东
  1. newton

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

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

    0下载:
  2. 牛顿法matlab版本的一个实例源代码,带轨迹收敛图。-a source code of newton algorithm by matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:753
    • 提供者:
  1. matlab

    1下载:
  2. test2: 一、 基本最小二乘法一次算法 二、 基本最小二乘法递推算法 三、 最小二乘遗忘因子一次完成算法 四、 最小二乘遗忘因子递推算法 五、 最小二乘限定记忆算法 六、 最小二乘偏差补偿算法 七、 增广最小二乘算法 八、 广义最小二乘算法 test3: 一、 辅助变量自适应滤波算法 二、 辅助变量纯滞后算法 三、 辅助变量Tally原理算法 四、 多级最小二乘算法 五、 各类改进最小二乘算法的特点 test4: 1、 第二类随
  3. 所属分类:Other systems

    • 发布日期:2016-06-04
    • 文件大小:445440
    • 提供者:yurong
  1. MATLAB

    0下载:
  2. 分别用牛顿法、最速下降法、二分法求解非线性方程,用MATLAB编写这些程序-Respectively Newton, steepest descent method, for solving nonlinear equations dichotomy, these programs using MATLAB
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-11
    • 文件大小:18342605
    • 提供者:杜宁
  1. matlab

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

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

    0下载:
  2. 此时例是关于用matlab实现牛顿法求解非线性方程组,(包含牛顿法、改进的牛顿法.梯度法、最速下降法代码),里面附带可以直接运行的程序。-At this case is about solving nonlinear equations using matlab Newton, (including Newton, Newton method to improve the code), which comes with the program can be run directly.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:梅兰竹菊
  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. Matlab-train

    0下载:
  2. 有关自适应算法的程序 包括最速下降法,牛顿法,LMS和Newdon-LMS和序贯回归算法-For adaptive algorithm program Including the steepest descent method, Newton s method, LMS and Newdon-LMS and sequential regression algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2819
    • 提供者:孙彦楠
  1. matlab-file

    0下载:
  2. 数值计算方法,牛顿法非线性方程求根,和按模最大分量求矩阵特征值。-Numerical methods, Newton method for solving nonlinear equation Root, and press molding the largest component of the eigenvalues of a matrix.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1089
    • 提供者:肖思奇
  1. shuzhifenxi-matlab

    0下载:
  2. 用二分法求解f(x)=x^2-4sin⁡ (x)-0.1=0 用牛顿法求解f(x)=x^3-7x^2+14x-8=0 -Using dichotomy to solve f(x)=x^2-4sin⁡ (x)-0.1=0 Newton method f(x)=x^3-7x^2+14x-8=0
  3. 所属分类:Communication

    • 发布日期:2017-05-04
    • 文件大小:15336
    • 提供者:史伊妍
  1. matlab-8.1

    0下载:
  2. ieee33节点的牛顿拉夫逊法matlab潮流程序-ieee33 node Newton method matlab program
  3. 所属分类:assembly language

    • 发布日期:2017-05-04
    • 文件大小:10800
    • 提供者:张传驰
  1. 牛顿拉夫逊法计算潮流

    0下载:
  2. 牛顿拉夫逊潮流计算的函数文件,可以计算系统的潮流,考虑到了有分接头的变压器。(A function file for Newton Ralph Xun's power flow calculation.)
  3. 所属分类:其他

  1. MATLAB CODE

    0下载:
  2. 实现数值计算的简单算法code 包括:非线性最小二乘问题、共轭梯度法、拟牛顿法、最速下降法与牛顿法、线搜索技术、乘子法程序、二次规划(A simple algorithm for numerical calculation, including nonlinear least squares problem, conjugate gradient method, quasi-Newton method, steepest descent method and Newton method, lin
  3. 所属分类:数学计算

    • 发布日期:2017-12-16
    • 文件大小:40960
    • 提供者:Xs_55555
« 1 2 3 4 5 67 8 9 10 11 ... 31 »
搜珍网 www.dssz.com