代码搜索:Newton-Raphson
找到约 98 项符合「Newton-Raphson」的源代码
代码结果 98
www.eeworm.com/read/467764/7000838
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
% This function uses "incomplete_gamma.m".
www.eeworm.com/read/297942/7985001
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. (4.59)
% This function uses "incomplete
www.eeworm.com/read/246805/12703977
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. (4.59)
% This function uses "incomplete
www.eeworm.com/read/140698/13066598
c alg023.c
/*
* 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 numb
www.eeworm.com/read/257622/11919330
c alg023_c.c
/*
* 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 numb
www.eeworm.com/read/362337/10003442
m fit_dirichlet_variational.m
function alpha = fit_dirichlet_variational(alpha, data,symmetric,beta)
%
% function alpha = fit_dirichlet_variational(data)
%
% Use linear time Newton-Raphson algorithm to fit a Dirichlet to Dirichlet
www.eeworm.com/read/443157/7636779
m nrlfppg.m
% Program for Newton-Raphson Load Flow Analysis..
% Assumption, Bus 1 is considered as Slack bus..
Y = ybusppg(); % Calling ybusppg.m to get Bus Admittance Matrix..
busdata = busdata
www.eeworm.com/read/452262/7443661
m lfnewton.m
% File : lfnewton for loadflow
% Program latihan penggunaan MATLAB dalam sistem tenaga listrik
% Power flow solution by Newton-Raphson method
% Copyright (c) 1998 by H. Saadat
ns=0; ng=0; V
www.eeworm.com/read/431224/8695407
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/384940/8828722
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
%