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

Search list

[Mathimatics-Numerical algorithmsZHXLL

Description: 电力系统雅各比行列式计算,牛顿---拉夫逊进行潮流计算(c源程序)-power system Jacoby determinant, the Newton-Raphson for flow calculation (c source)
Platform: | Size: 5120 | 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:

[matlab实验6-牛顿法解方程

Description: 在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。-Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.
Platform: | Size: 55296 | Author: 葛林 | Hits:

[matlabMATLABpro

Description: 该程序包包含大量的matlab程序,比如Euler解常微分方程、neville插值、newton插值、Taylor解微分方程、改进平方根法、追赶法-The package includes a large number of Matlab program, such as Euler solutions ordinary differential equations, Neville interpolation, Newton interpolation, Taylor Xie differential equations, square root of improvement, chasing method, etc.
Platform: | Size: 20480 | 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:

[Mathimatics-Numerical algorithmsNewton-Raphson

Description: 非线性方程组的牛顿—拉斐森方法实例,应该比较有用吧-nonlinear equations of Newton-Shift example of ways, it should be more useful
Platform: | Size: 1024 | Author: 雷晓锋 | Hits:

[Software Engineeringnewtonofsmatlabuse

Description: the use of the matlab in newton function.-the use of the Matlab in newton function.
Platform: | Size: 2048 | Author: chenlin | Hits:

[OtherNewton

Description: matlab 牛顿法迭代,为数值分析课上的作业,用借鉴于其他的迭代计算中.
Platform: | Size: 6144 | Author: 张生 | Hits:

[matlabnewton_raphson

Description: Newton-Raphson算法 介绍 在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。 由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。 同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。 -err
Platform: | Size: 1024 | Author: 杨霄 | Hits:

[matlabnlcl

Description: 基于matlab编程的牛顿-拉夫逊潮流计算的程序代码-Matlab programming based on Newton- Raphson power flow calculation program code
Platform: | Size: 5120 | Author: shikay | Hits:

[matlab35738634N-R

Description: 基于MATLAB的牛顿拉夫逊法潮流分析源程序-MATLAB based on the Newton Raphson load flow analysis of source code
Platform: | Size: 6144 | Author: 陈智 | Hits:

[ELanguagematlab

Description: 本程序的功能是用牛顿-拉夫逊法进行潮流计算-This procedure is the function of Newton- Raphson power flow calculation method
Platform: | Size: 6144 | Author: ly | Hits:

[Communication-MobileNewton-Raphson

Description: Newton-Raphson numerical method
Platform: | Size: 1024 | Author: pejman | Hits:

[Software Engineeringnewton-MATLAB

Description: 详细推导了复平面上牛顿迭代法的原理和计算公式,用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
Platform: | Size: 1405952 | Author: wanglei | 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:

[matlabNewton-raphson-method

Description: Newton Raphson method with matlab
Platform: | Size: 1024 | Author: A | Hits:

[matlabmatlab

Description: 利用牛顿-拉夫逊法实现简单电力系统潮流计算-Newton- Raphson Power Flow Calculation of simple
Platform: | Size: 5120 | Author: 孙迎友 | Hits:

[matlabLoad-flow-newton-raphson

Description: Load flow with newton rphson algorithm m file matlab code
Platform: | Size: 1024 | Author: zaqwaz | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net