代码搜索:Newton-Raphson
找到约 98 项符合「Newton-Raphson」的源代码
代码结果 98
www.eeworm.com/read/418304/10954441
m fm_limit.m
function fm_limit
% FM_LIMIT compute Limit-Induced Bifurcation (LIB)
% by means of a Newton-Raphson routine.
%
% FM_LIMIT
%
% LIB.type: 1 = 'Vmax' for maximum voltage limit
%
www.eeworm.com/read/456193/7354725
m fm_limit.m
function fm_limit
% FM_LIMIT compute Limit-Induced Bifurcation (LIB)
% by means of a Newton-Raphson routine.
%
% FM_LIMIT
%
% LIB.type: 1 = 'Vmax' for maximum voltage limit
%
www.eeworm.com/read/263516/11358492
m fm_limit.m
function fm_limit
% FM_LIMIT compute Limit-Induced Bifurcation (LIB)
% by means of a Newton-Raphson routine.
%
% FM_LIMIT
%
% LIB.type: 1 = 'Vmax' for maximum voltage limit
%
www.eeworm.com/read/212602/15151957
m fm_limit.m
function fm_limit
% FM_LIMIT compute Limit-Induced Bifurcation (LIB)
% by means of a Newton-Raphson routine.
%
% FM_LIMIT
%
% LIB.type: 1 = 'Vmax' for maximum voltage limit
%
www.eeworm.com/read/471446/6892648
asv nrlfppg.asv
% % Program for Newton-Raphson Load Flow Analysis
% % Assumtions
% % 1. Bus number 1 is assumed as slask bus..
% % 2. No Tap changing transformers..
%
% Y = ybusppg(); % Calling ybusppg.m t
www.eeworm.com/read/471446/6892649
m nrlfppg2.m
% Program for Newton-Raphson Load Flow Analysis, alternate code..
% Assumtions
% 1. Bus number 1 is assumed as slask bus..
% 2. No Tap changing transformers..
Y = ybusppg(); % Calling ybusp
www.eeworm.com/read/471446/6892654
m nrlfppg.m
% % Program for Newton-Raphson Load Flow Analysis
% % Assumtions
% % 1. Bus number 1 is assumed as slask bus..
% % 2. No Tap changing transformers..
%
% Y = ybusppg(); % Calling ybusppg.m t
www.eeworm.com/read/291439/8418882
m lfcomp3.m
% LFCOMP Conventional Newton-Raphson method for load Flow analysis
% LFCOMP provides load flow results.
%
%lfcntrup;
n=length(x);
v=zeros(n,1);
OldFigNumber=watchon;
param;
k_temp=no_gen+
www.eeworm.com/read/291439/8419403
m lfcomp3.m
% LFCOMP Conventional Newton-Raphson method for load Flow analysis
% LFCOMP provides load flow results.
%
%lfcntrup;
n=length(x);
v=zeros(n,1);
OldFigNumber=watchon;
param;
k_temp=no_gen+
www.eeworm.com/read/429877/8784310
m threshold.m
function [pfa, vt] = threshold (nfa, np)
% This function calculates the threshold value from nfa and np.
% The newton-Raphson recursive formula is used (Eq.s (2-63) through (2-66))
% This function