CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - MATLAB Newton Raphson
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - MATLAB Newton Raphson - List
[
Mathimatics-Numerical algorithms
]
ZHXLL
DL : 0
电力系统雅各比行列式计算,牛顿---拉夫逊进行潮流计算(c源程序)-power system Jacoby determinant, the Newton-Raphson for flow calculation (c source)
Update
: 2025-02-19
Size
: 5kb
Publisher
:
张晓亮
[
Algorithm
]
用牛顿法解非线性方程组
DL : 1
用牛顿法解非线性方程组(包括论文及源程序)-with Newton method for solving systems of nonlinear equations (including papers and source)
Update
: 2025-02-19
Size
: 101kb
Publisher
:
彭文
[
matlab
]
Newton-Raphson Power Flow Calculation
DL : 0
牛顿拉夫逊算法进行潮流计算,数据处理程序,方便处理实验数据,并取得数学表达式-Newton Raphson algorithm flow calculation, data processing procedures, facilitate the processing of experimental data and mathematical expression made
Update
: 2025-02-19
Size
: 1kb
Publisher
:
大鸟
[
matlab
]
实验6-牛顿法解方程
DL : 0
在matlab中应用牛顿切线法和割线法求解一元多次方程。具体详见压缩包中说明文档。-Apply Newton tangent and secant method to solve unitary multiple order functions in matlab. Please read the readme document in the zip file.
Update
: 2025-02-19
Size
: 54kb
Publisher
:
葛林
[
Algorithm
]
nrfajiechaoliu
DL : 0
电力系统稳态分析中用牛顿-拉夫逊法求解电力系统稳态潮流问题的MATLAB程序-power system steady-state analysis using the Newton-Raphson method to solve power system steady trend of MATLAB procedures
Update
: 2025-02-19
Size
: 2kb
Publisher
:
张薛巍
[
Other systems
]
pfc_NR
DL : 0
% 该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
Update
: 2025-02-19
Size
: 7kb
Publisher
:
mmcc
[
Mathimatics-Numerical algorithms
]
Newton-Raphson
DL : 0
非线性方程组的牛顿—拉斐森方法实例,应该比较有用吧-nonlinear equations of Newton-Shift example of ways, it should be more useful
Update
: 2025-02-19
Size
: 1kb
Publisher
:
雷晓锋
[
matlab
]
newton
DL : 0
这是用牛顿法做的,绝对正确无误,请放心下载。-This is done using Newton s method is definitely correct, please rest assured that download.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
王朝
[
matlab
]
newton_raphson
DL : 0
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
Update
: 2025-02-19
Size
: 1kb
Publisher
:
杨霄
[
matlab
]
Newton
DL : 0
此程序为MATLAB计算非线性方程组的程序-This procedure for calculating the nonlinear equations MATLAB procedure
Update
: 2025-02-19
Size
: 1kb
Publisher
:
yang
[
matlab
]
hhu_pfcp
DL : 0
基于MATPOWER修改而成的潮流计算软件,可以采用直流潮流法、牛顿拉夫逊法、PQ分解法与高斯-塞代尔法解算IEEE9-300节点的潮流。 -MATPOWER modifications made based on the flow calculation software, DC power flow method can be used Newton Raphson method, PQ decomposition method and the Gauss- Cypriot dayr Act solver IEEE9-300 nodes trend.
Update
: 2025-02-19
Size
: 249kb
Publisher
:
王力
[
Communication-Mobile
]
Newton-Raphson
DL : 0
Newton-Raphson numerical method
Update
: 2025-02-19
Size
: 1kb
Publisher
:
pejman
[
matlab
]
powerflow
DL : 0
基于牛顿-拉夫逊法的电力系统潮流计算程序,matlab-Based on the Newton- Raphson method of power flow calculation program, matlab
Update
: 2025-02-19
Size
: 1kb
Publisher
:
aldjf
[
matlab
]
NR-Method
DL : 0
NR-Method newton raphson algorithm mfile
Update
: 2025-02-19
Size
: 323kb
Publisher
:
Amir
[
matlab
]
Newton
DL : 0
This code would calculate the approximate root of any polynomial using Newton Raphson Method
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Shazni
[
matlab
]
Newton-Raphson_power_flow
DL : 0
基于牛顿—拉夫逊法编写的潮流计算程序,采用的是IEEE标准输入格式,该程序通俗易懂,适应力较强。-Based on Newton- Raphson power flow calculation program written in, using the IEEE standard input format, the program is user-friendly, adaptable and strong.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
皇甫星星
[
matlab
]
Newton-raphson-method
DL : 0
Newton Raphson method with matlab
Update
: 2025-02-19
Size
: 1kb
Publisher
:
A
[
matlab
]
Load-flow-newton-raphson
DL : 0
Load flow with newton rphson algorithm m file matlab code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
zaqwaz
[
matlab
]
Newton--Raphson-power-flow
DL : 0
matlab Newton- Raphson power flow and 30bus systam data m file -matlab Newton- Raphson power flow and 30bus systam data m file
Update
: 2025-02-19
Size
: 4kb
Publisher
:
oskalm
[
matlab
]
newton method
DL : 0
find a simple root of equation by newton method
Update
: 2025-02-19
Size
: 24kb
Publisher
:
harky
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.