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_power

    0下载:
  2. 本程序为牛顿法潮流程序,可画出各节点电压与迭代次数关系曲线。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1951
    • 提供者:卢敏
  1. feixianxingfangchengzujiesuan

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

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

    1下载:
  2. 计算方法中牛顿法迭代和不动点法迭代的码源。-Iterative calculation method, Newton' s method and fixed point method iterations small example of
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1308
    • 提供者:李星
  1. mulDNewton

    1下载:
  2. 本代码为牛顿下山法求解非线性方程组。其调用格式为[r,m]=mulDNewton(F,x0,eps) 其中F:非线性方程组,x0:初始解,eps:解的精度;r:求得的一组解,n:迭代步数。-The code for Newton' s method for solving nonlinear equations. Its call format [r, m] = mulDNewton (F, x0, eps) where F: non-linear equations, x0: init
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:543
    • 提供者:锦夏
  1. feixianxing

    1下载:
  2. 各种求解非线性方程组的算法程序,包括牛顿法及变形,不动点迭代,共轭梯度-Various algorithms for solving nonlinear equations procedures, including Newton and deformation, fixed point iteration, conjugate gradient, etc., etc.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:11027
    • 提供者:廖益文
  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. yakebi

    0下载:
  2. 用牛顿-雅可比迭代法求非线性方程组的一个根-Newton- Jacobi iterative method of nonlinear equations of a root .
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1164
    • 提供者:石话
  1. czsacsv

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

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

    0下载:
  2. 牛顿法求非线性函数 间接求法 迭代法-Newton' s method for solving nonlinear function of the indirect method for finding iterative method
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:756
    • 提供者:gushiyong
  1. PoissReg

    0下载:
  2. 泊松回归,用的是牛顿-拉夫松迭代法,适用于简单情形-Poisson regression, based on Newton-Meier method
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:538
    • 提供者:chang
  1. Numerical-solutions-for-Matlab

    0下载:
  2. matlab常用数值计算,包括牛顿迭代,拉格朗日插值法,牛顿差值,高斯消元,三角分解法,追赶法等。-matlab numerical calculations, including Newton iteration, Lagrange interpolation, Newton difference, Gaussian elimination, triangular decomposition, and catch up with the law.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:22579
    • 提供者:胡朝晖
  1. cla

    0下载:
  2. 追赶法求解矩阵;牛顿插值函数,三次样条插值函数仿真龙格库塔现象;二分法求解根与牛顿迭代,弦割法,简单迭代法的程序-Section three order spline interpolation function Newton interpolation Iterative method
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3492
    • 提供者:Artemission
  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. Numerical_alculation_method

    0下载:
  2. 数值计算方法的MATLAB示例,用于方程根的数值求解,包括了牛顿迭代和割线法等等。-newton,regula,secant method
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1045
    • 提供者:马杰
  1. Newton

    0下载:
  2. 自己编译的牛顿拉夫逊迭代法程序,调试成功!-To compile Newton Raphson iterative method procedures, debugging success!
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1448
    • 提供者:杨婷
  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. niuduntonglundiedai

    1下载:
  2. 牛顿同伦迭代算法 先进行同伦算法,涉及的微分方程求解采用改进欧拉法,最后进行牛顿迭代-Newton Homotopy, Improved Euler, newton Iteration
  3. 所属分类:matlab

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

    0下载:
  2. 牛顿(Newton)迭代法的MATLAB程序-Newton (Newton) iteration method MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:601
    • 提供者:ke_zhifang
  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