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

搜索资源列表

  1. nrfajiechaoliu

    0下载:
  2. 电力系统稳态分析中用牛顿-拉夫逊法求解电力系统稳态潮流问题的MATLAB程序-power system steady-state analysis using the Newton-Raphson method to solve power system steady trend of MATLAB procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1990
    • 提供者:张薛巍
  1. newdon

    0下载:
  2. 牛顿拉夫逊法程序可以求潮流计算简单网落-Newton Raphson method procedures for the trend is simple networks Thank you
  3. 所属分类:电子政务应用

    • 发布日期:2008-10-13
    • 文件大小:2876
    • 提供者:进口机
  1. powernode

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

    • 发布日期:2014-01-15
    • 文件大小:2519
    • 提供者:asd
  1. newton_raphson

    0下载:
  2. Summary: Newton-Raphson method for all real roots of the polynomial. MATLAB Release: R11 Descr iption: This M-file calculates all the real roots of the given polynomial. It calls syn_division, a synthetic division function, and derivate, differ
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-18
    • 文件大小:1635
    • 提供者:风帆
  1. 详细推导了复平面上牛顿迭代法的原理和计算公式

    0下载:
  2. 详细推导了复平面上牛顿迭代法的原理和计算公式,用MATLAB编程实现了牛顿迭代法,得到一些奇异绚丽的分形图形-The complex plane is derived in detail the principle and Newton' s iteration formula, using MATLAB programming Newton' s iterative method, get some strange colorful fractal images
  3. 所属分类:软件工程

    • 发布日期:2017-04-09
    • 文件大小:1406377
    • 提供者:wanglei
  1. Netow.rar

    0下载:
  2. 牛顿迭代法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。,Newton iteration (Newton' s method) is also known as the Newton- Raphson method (Newton-Raphson method), it i
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1663
    • 提供者:chei
  1. chaoliujisuan

    0下载:
  2. 一个典型的直角坐标牛顿拉夫逊法程序,用于电力系统的潮流计算,程序可计算带PQ节点、PV节点、平行支路、接地支路、非标准变比变压器支路的电力系统潮流,通用性良好。-A typical Cartesian coordinate procedures Newton Raphson method for power system load flow calculation, the program calculates the node with the PQ, PV nodes, the parall
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:5947
    • 提供者:melonma
  1. NL

    0下载:
  2. 本程序是牛顿拉夫逊法求潮流,完全按照课本步骤,比较容易理解。-This program is the trend of Newton Raphson Method, complete the steps in accordance with textbooks, it is easier to understand.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7248
    • 提供者:
  1. N_COmp

    0下载:
  2. 数值计算算法,包括: (1)Lagrange插值 (2)Newton 插值 (3)求f(x0):秦九韶法 (4)求实系数多项式f(z0)。z0为复数(5)二分法求f(x)=0的根 (6)弦截法求f (x)=0的根 (7)求实系数多项式 方程的实根、复根 (8)解线性方程组:Gauss列主元素消去法( 9 )快速弗利叶变换(FFT) -Numerical algorithms, including: (1) Lagrange interpolat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-05-11
    • 文件大小:16953
    • 提供者:wang yucao
  1. chaoliujisuan

    0下载:
  2. 潮流计算,运用高斯赛德尔计算方法迭代求初值,然后用牛顿拉夫逊的方法求出结果。-Flow calculation, the use of high-斯赛德尔iterative calculation method for initial value, and then use the Newton Raphson method to derive the results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4766
    • 提供者:小浙
  1. Powe_System_toolbox

    0下载:
  2. solve power flows by gauss seidel method ans newton Rapson
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:610246
    • 提供者:wilber2912
  1. PowerFlow

    0下载:
  2. 牛顿-拉夫逊法潮流计算的算法实现,比较易懂-Newton- Raphson method of power flow calculation algorithm, more understandable
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:619327
    • 提供者:许智全
  1. newton-raphsaon

    0下载:
  2. newton raphson method
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1485
    • 提供者:john
  1. Newton-Method_1-var

    0下载:
  2. Newton method.......this is a matlab code which solves a nonlinear function by newton-raphson method
  3. 所属分类:matlab

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

    0下载:
  2. 牛顿-拉夫森法求f(x)=0的根,误差小,收敛速度快,稳定性好-Newton Raphson method for f (x) =0 root,The error is small, the convergence rate is fast, the stability is good
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:123296
    • 提供者:hujianyu
  1. Metodo-de-Newton

    0下载:
  2. The Newton Raphson method is an algorithm to find approximations of the zeros or roots of a real function
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3009358
    • 提供者:Anna_7D
  1. LoadFlow-Newton_Raphson

    0下载:
  2. Newton-Raphson Method to Solve Power Balance Equations.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:153600
    • 提供者:krishna2616
  1. newton method

    0下载:
  2. find a simple root of equation by newton method
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:24576
    • 提供者:harky
  1. NewtonRaphson

    0下载:
  2. Newton raphosn method of differenciation algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:7168
    • 提供者:BBabu
  1. T1AC

    0下载:
  2. power flow AC - method newton raphson
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:Adias
« 1 2 3 45 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com