代码搜索:Newton-Raphson

找到约 98 项符合「Newton-Raphson」的源代码

代码结果 98
www.eeworm.com/read/237896/13921295

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
www.eeworm.com/read/291439/8419183

m lfcomp.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+n
www.eeworm.com/read/291439/8419678

m lfcomp.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+n
www.eeworm.com/read/446553/7576857

m lfcomp.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+n
www.eeworm.com/read/479496/6687615

m lfnewton.m

% Power flow solution by Newton-Raphson method ns=0; ng=0; Vm=0; delta=0; yload=0; deltad=0; nbus = length(busdata(:,1)); kb=[];Vm=[]; delta=[]; Pd=[]; Qd=[]; Pg=[]; Qg=[]; Qmin=[]; Qmax=[]; % A
www.eeworm.com/read/271414/10997825

m newton.m

% Power flow solution by Newton-Raphson method % Copyright (c) 1998 by H. Saadat ns=0; ng=0; Vm=0; delta=0; yload=0; deltad=0; nbus = length(busdata(:,1)); basemva = 100; accuracy = 0.001; a
www.eeworm.com/read/254546/12130964

m power_flow.m

% Power flow solution by Newton-Raphson method %clear; %data30; %Y_bus; basemva=100; accuracy=0.001; maxiter=20; flag=0; nbs=length(busdata(:,1)); ngr=length(find(busdata(:,2) == 2)); n
www.eeworm.com/read/198545/7929280

m levenb.m

function [theta,dev,dl,d2l] = levenb(y,x,theta) %LEVENB Outline of Levenberg modified Newton-Raphson optimisation algorithm. % Assume m files lik.m and derivs.m which calculate the likelihood % and
www.eeworm.com/read/183353/9167240

f90 truss.f90

!=========================================================== ! 非线性分析程序设计范例 ! 利用Newton-Raphson法求解平面弹塑性桁架 ! 程序作者:陆新征 ! 北京清华大学土木工程系 ! 2006.5. !======================================================
www.eeworm.com/read/484150/6591436

m nrlfppg.m

% Program for Newton-Raphson Load Flow Analysis.. nbus = 14; % IEEE-14, IEEE-30, IEEE-57.. Y = ybusppg(nbus); % Calling ybusppg.m to get Y-Bus Matrix.. busd = busdatas(n