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

搜索资源列表

  1. matlabworkElectricalpowerandvoltagecalculate

    0下载:
  2. 电力系统潮流计算 采取牛顿-拉弗逊法和PQ分解法 用matlab计算矩阵的功能,通过迭代方式求解。-power flow calculation taken Newton-Laffer Robertson and PQ decomposition matrix calculation using Matlab gong able, through iterative method to solve.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9846
    • 提供者:呈逐渐
  1. Newton

    0下载:
  2. matlab 牛顿法迭代,为数值分析课上的作业,用借鉴于其他的迭代计算中.
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:6454
    • 提供者:张生
  1. feixianxingfangchengzujiesuan

    0下载:
  2. 非线性方程组数值计算,MATLAB语言实现。包括多种迭代方法,牛顿法,拟牛顿法,以及相关的改进算法。-Numerical calculation implementation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:29003
    • 提供者:sanlizi
  1. Newton-rafer-Johnson-method

    0下载:
  2. 电力系统的牛顿-拉夫逊法潮流计算。 基本步骤: (1)形成节点导纳矩阵 (2)将各节点电压设初值U, (3)将节点初值代入相关求式,求出修正方程式的常数项向量 (4)将节点电压初值代入求式,求出雅可比矩阵元素 (5)求解修正方程,求修正向量 (6)求取节点电压的新值 (7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义次迭代,否则转入下一步 (8)计算支路功率分布,P
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6182
    • 提供者:读几年
  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. calculation-methods

    0下载:
  2. 牛顿下山法,不动点迭代,二分法。可以用来求解非线性方程,直接在matlab里面调用-Newton downhill method, fixed point iteration, dichotomy. Can be used to solve nonlinear equations, which is called directly in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:712
    • 提供者:luoyong
  1. czsacsv

    0下载:
  2. 迭代法解方程组的matlab程序,包括简单迭代法、牛顿法、弦截法-failed to translate
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:11497
    • 提供者:xianzhenghua
  1. Newtonxq

    0下载:
  2. 牛顿法的matlab程序。该函数是用牛顿法求根的迭代方法。-Newton method matlab program. The function is an iterative method for finding roots of Newton method.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-05
    • 文件大小:624
    • 提供者:lisa
  1. mulVNeton

    0下载:
  2. matlab 的拟牛顿方法,减少计算导数带来的计算量的一种迭代方法,用来计算非线性问题。-matlab quasi-Newton methods to reduce the computational calculation of the amount of the derivative of an iterative method to calculate the nonlinear problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:623
    • 提供者:liming
  1. linear-equations

    0下载:
  2. 用二分法、迭代法和牛顿法解线性方程组的matlab算法-Dichotomy, iterative method and Newton method for solving linear equations matlab algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1273
    • 提供者:陈伟锋
  1. hanshuchazhi

    0下载:
  2. matlab差值代码,内置GaussSeidel迭代法,Jacobi迭代法和牛顿差值法,适合数据差值计算及相关迭代计算-difference matlab code, built GaussSeidel iteration method, Jacobi iterative method and Newton difference method for computing the difference between the calculated data and related iterativ
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2419
    • 提供者:
  1. newton-steffensen

    0下载:
  2. 方程的数值解法,包含牛顿迭代法和基于牛顿法的史蒂芬森加速法。matlab实现,注释很详细。-Numerical solutions of equations containing the Newton iteration method and newton-steffensen method.Matlab, very detailed comments.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1067
    • 提供者:小透明
  1. Newton_diedai

    1下载:
  2. 牛顿迭代法的MATLAB程序,输出计算结果-Newton iterative method MATLAB program outputs the calculation result
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:582
    • 提供者:于金波
  1. FICA_DEMO

    0下载:
  2. 快速ICA的matlab m文件,是演示代码,可以直接运行。独立分量分析。使用了基于负熵极大值的牛顿迭代法来判断分离结果的非高斯性-Fast matlab m ICA files, is a demo code, you can directly run. Independent component analysis. The non Gauss used Newton iterative method based on negative entropy to determine the max
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1412
    • 提供者:德玛
  1. CircleFit

    0下载:
  2. 能够进行平面圆的拟合 matlab语言,牛顿迭代法-Be able to fit the plane circle
  3. 所属分类:Other systems

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:piggy
  1. aaa

    0下载:
  2. matlab中用牛顿迭代法求解非线性方程组的的的最优解程序(MATLAB in Newton iterative method for solving nonlinear equations of the optimal solution)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:8192
    • 提供者:青柠
  1. 671154

    0下载:
  2. 可用的用matlab求解非线性微分方程组的牛顿迭代()
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:16384
    • 提供者:jullus
  1. progiam

    0下载:
  2. 可用的用matlab求解非线性微分方程组的牛顿迭代()
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-29
    • 文件大小:16384
    • 提供者:ikfnygte
  1. tdoa

    3下载:
  2. 声源牛顿迭代,基于tdoa延时差的声源定位算法,水平双直线(newton automatic scoring windvelocity matlab langguage)
  3. 所属分类:matlab例程

    • 发布日期:2019-04-14
    • 文件大小:4096
    • 提供者:fancy_lf
  1. L-BFGS

    0下载:
  2. 有限记忆算法,用于处理大规模算法,算法原理为把不断迭代的牛顿矩阵分解并部分抵消达到减少运算量的目的(limit memory,for large-scale algorithms. The principle of the algorithm is to decompose and partially cancel the iterative Newton matrix in order to reduce the computational complexity.)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-07
    • 文件大小:1024
    • 提供者:ksvdysl
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com