代码搜索:solves
找到约 1,488 项符合「solves」的源代码
代码结果 1,488
www.eeworm.com/read/334923/12562510
m gausspf.m
function [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt)
%GAUSSPF Solves the power flow using a Gauss-Seidel method.
% [V, converged, i] = gausspf(Ybus, Sbus, V0, ref, pv, pq, mpopt
www.eeworm.com/read/334923/12562551
m uopf.m
function [bus0, gen0, branch0, f0, success0, et] = ...
uopf(baseMVA, bus, gen, gencost, branch, areas, mpopt)
%UOPF Solves combined unit decommitment / optimal power flow.
% [bus, gen, bran
www.eeworm.com/read/132706/14077917
m fdpf.m
function [V, converged, i] = fdpf(Ybus, Sbus, V0, Bp, Bpp, ref, pv, pq, mpopt)
%FDPF Solves the power flow using a fast decoupled method.
% [V, converged, i] = fdpf(Ybus, Sbus, V0, Bp, Bpp, ref,
www.eeworm.com/read/200336/10247187
m fdpf.m
function [V, converged, i] = fdpf(Ybus, Sbus, V0, Bp, Bpp, ref, pv, pq, mpopt)
%FDPF Solves the power flow using a fast decoupled method.
% [V, converged, i] = fdpf(Ybus, Sbus, V0, Bp, Bpp, ref, pv
www.eeworm.com/read/200336/10247192
m state_est.m
function [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus, V0, ref, pv, pq, mpopt)
%STATE_EST Solves a state estimation problem.
% [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus,
www.eeworm.com/read/353831/10414519
m fdpf.m
function [V, converged, i] = fdpf(Ybus, Sbus, V0, Bp, Bpp, ref, pv, pq, mpopt)
%FDPF Solves the power flow using a fast decoupled method.
% [V, converged, i] = fdpf(Ybus, Sbus, V0, Bp, Bpp, ref, pv
www.eeworm.com/read/353831/10414542
m state_est.m
function [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus, V0, ref, pv, pq, mpopt)
%STATE_EST Solves a state estimation problem.
% [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus,
www.eeworm.com/read/349479/10825132
m fdpf.m
function [V, converged, i] = fdpf(Ybus, Sbus, V0, Bp, Bpp, ref, pv, pq, mpopt)
%FDPF Solves the power flow using a fast decoupled method.
% [V, converged, i] = fdpf(Ybus, Sbus, V0, Bp, Bpp, ref, pv
www.eeworm.com/read/349479/10825154
m state_est.m
function [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus, V0, ref, pv, pq, mpopt)
%STATE_EST Solves a state estimation problem.
% [V, converged, i] = state_est(branch, Ybus, Yf, Yt, Sbus,
www.eeworm.com/read/271244/11002086
m rslr.m
function z = rslr(t,x)
% The function RSLR solves the Rossler equation:
% dX/dT=-Y-Z; dY/dT=X+a*Y; dZ/dT=c+Z*(X-b).
%
% The following coefficients are used in equation: a=0.2, c=0.2 and b=3.5.