Welcome![Sign In][Sign Up]
Location:
Search - newton raphson algorithm matlab

Search list

[Other resourceNRflow

Description: 采用matlab编程实现基于牛顿拉夫逊算法的电力系统潮流计算。-using Matlab programming based on the Newton Raphson algorithm for the power flow calculation.
Platform: | Size: 2444 | Author: 鲁鲁 | Hits:

[matlabNewton-Raphson Power Flow Calculation

Description: 牛顿拉夫逊算法进行潮流计算,数据处理程序,方便处理实验数据,并取得数学表达式-Newton Raphson algorithm flow calculation, data processing procedures, facilitate the processing of experimental data and mathematical expression made
Platform: | Size: 1024 | Author: 大鸟 | Hits:

[Algorithmnrfajiechaoliu

Description: 电力系统稳态分析中用牛顿-拉夫逊法求解电力系统稳态潮流问题的MATLAB程序-power system steady-state analysis using the Newton-Raphson method to solve power system steady trend of MATLAB procedures
Platform: | Size: 2048 | Author: 张薛巍 | Hits:

[Other systemspfc_NR

Description: % 该Matlab程序基于牛顿-拉夫逊算法,用于计算已知导纳矩阵、PQ节点、PV节点、平衡节点(UA)的电力网络潮流 % U - 各节点母线电压 S - 各节点注入功率 S_net - 电力网络总损耗 % PQ_P - 实算PQ节点注入有功功率 PQ_Q - 实算PQ节点注入无功功率 % delt_PQ_P - 实算PQ节点有功功率修正值 delt_PQ_Q -实算PQ节点无功功率修正值 % delt_UA_P - 实平衡节点有功功率修正值 delt_U_2 - 实平衡节点电压平方修正值 % delt_PQV - 实算P Q U^2修正值 J - 雅可比矩阵 % e - 电压实部 f - 电压虚部 delt_ef - 电压实部与虚部修正值- The Matlab program based on the Newton- Raphson algorithm is used to calculate the admittance matrix is known, PQ node, PV node, the node balance (UA) the trend of the electricity networks U- the node bus voltage S- each node injection power S_net-- The total loss of electric power networks PQ_P- operator PQ is injected into active nodes PQ_Q- operator PQ is injected reactive power node delt_PQ_P- is considered the correct value of active power PQ node delt_PQ_Q- really count PQ node reactive power to amend the value of delt_UA_P- real active power balance of the correct value of the node delt_U_2- node voltage balance is the correct value of the square of delt_PQV- really count PQU ^ 2 the correct value of J- Jacobian matrix e- voltage real part f- the imaginary part of voltage delt_ef- voltage real part and imaginary part of the amendment value
Platform: | Size: 7168 | Author: mmcc | Hits:

[source in ebookNRflow

Description: 采用matlab编程实现基于牛顿拉夫逊算法的电力系统潮流计算。-using Matlab programming based on the Newton Raphson algorithm for the power flow calculation.
Platform: | Size: 2048 | Author: 鲁鲁 | Hits:

[AI-NN-PRIEEE14G_S

Description: IEEE14节点的牛顿拉夫逊算法进行潮流计算,希望对同仁们有所帮助。-IEEE14 node Newton Raphson power flow calculation algorithm, and they hope to be helpful to colleagues.
Platform: | Size: 1024 | Author: Mentis | Hits:

[Algorithmquasi-newton

Description: 一个用拟牛顿算法求解优化问题的程序,此程序为MATLAB程序,大家用前自己注意检查一下-A Quasi-Newton algorithm using optimization procedures, the procedures for the MATLAB program, we pay attention to before their own check
Platform: | Size: 112640 | Author: idhot | Hits:

[Mathimatics-Numerical algorithmsoptimization

Description: 最优化方法的一些基本算法的实现:1,0.618法;2,牛顿法;3,改进牛顿法;4,FR法;5,DFP法-Ways to optimize some of the basic algorithm implementation: 1,0.618 method 2, Newton' s method 3, improved Newton method 4, FR Act 5, DFP method
Platform: | Size: 226304 | Author: 屠志海 | Hits:

[Mathimatics-Numerical algorithmsALG023

Description: NEWTON-RAPHSON求解一个连续方程,f(X)=0,前提给一个初始值- NEWTON-RAPHSON ALGORITHM 2.3 To find a solution to f(x) = 0 given an initial approximation p0: INPUT: initial approximation p0 tolerance TOL maximum number of iterations NO. OUTPUT: approximate solution p or a message of failure
Platform: | Size: 1024 | Author: rdchkww | Hits:

[matlabNR-Method

Description: NR-Method newton raphson algorithm mfile
Platform: | Size: 330752 | Author: Amir | Hits:

[Energy industrychaoliu

Description: 【配网潮流计算程序】本程序采用前推回代法,适用于35kV以下辐射型开式网络潮流计算,且若支路有备用支路需换算为单支路再行计算,适用于回路无环路时(有详细程序说明)。-【Distribution network load flow calculation program】 This procedure uses forward and backward on behalf of the law applicable to the following radiation-type open-35kV network flow calculation, and if there are alternate slip road slip road slip road to be converted into a single re-calculated for loop-free loop (for a detailed description of the procedures).
Platform: | Size: 2048 | Author: 王志成 | Hits:

[Software EngineeringMATLAB

Description: 电力系统潮流计算的计算机算法,根据牛顿-拉夫逊法计算。-Power Flow Calculation of the computer algorithm, according to Newton- Raphson method.
Platform: | Size: 52224 | Author: 杨先生 | Hits:

[Software Engineeringmatlab

Description: 基于matlab的电力系统潮流计算程序设计(牛拉法).doc是您毕业设计的第一选择-MATLABAbstract:Newton-Raphson technique is an efficient power flow algorithm.It use MATLAB language to design Newton-Raphson technique power algorithm,and passing calculation of an example in this paper to show correction of the designed program. Key words:Newton-Raphson technique,non-line square,power system
Platform: | Size: 41984 | Author: 范凯 | Hits:

[matlabLoad-flow-newton-raphson

Description: Load flow with newton rphson algorithm m file matlab code
Platform: | Size: 1024 | Author: zaqwaz | Hits:

[matlabroot

Description: Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Location of Roots Algorithm 2.5 Newton-Raphson Iteration Algorithm 2.6 Secant Method Algorithm 2.7 Steffensen s Acceleration Algorithm 2.8 Muller s Method Algorithm 2.9 Nonlinear Seidel Iteration Algorithm 2.10 Newton-Raphson Method in 2-Dimensions-Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Location of Roots Algorithm 2.5 Newton-Raphson Iteration Algorithm 2.6 Secant Method Algorithm 2.7 Steffensen s Acceleration Algorithm 2.8 Muller s Method Algorithm 2.9 Nonlinear Seidel Iteration Algorithm 2.10 Newton-Raphson Method in 2-Dimensions
Platform: | Size: 29696 | Author: Paola de Oliveira | Hits:

[Energy industrypower

Description: 大电网潮流计算的牛顿拉夫逊算法,MATLAB程序 -Large grid flow calculation Newton Raphson algorithm, MATLAB program
Platform: | Size: 11264 | Author: 蓝英 | Hits:

[matlabMATLAB-power-flow

Description: 电力系统的潮流计算 其中的方法是牛顿拉夫逊算法-Power flow calculation method which is the Newton Raphson algorithm
Platform: | Size: 9216 | Author: 王雨涵 | Hits:

[AlgorithmNewton-Raphson-Algorithm

Description: 常用牛顿拉夫逊潮流计算程序是用matlab编写的,本程序是用C语言编写,含有中文详细说明和源代码,可以直接粘贴使用。-Common Newton Raphson power flow calculation program is prepared using matlab, this program is written in C language, containing Chinese detailed description and source code can be pasted directly use.
Platform: | Size: 206848 | Author: 胡健 | Hits:

[OtherNewton

Description: 牛顿拉夫逊算法计算电力系统潮流基于matlab平台计算任意复杂网络。-Newton Raphson power flow calculation algorithm to calculate any complex network based on matlab platform.
Platform: | Size: 3072 | Author: 尹温硕 | Hits:

[matlabMatlab-trend-IEEE33-node

Description: 采用牛顿拉夫逊算法对ieee33节点系统进行潮流计算-Newton Raphson algorithm flow calculation ieee33 bus system
Platform: | Size: 5120 | Author: yck | Hits:
« 12 »

CodeBus www.codebus.net