Adding Phase Shifting Transformer to Y matrix

When adding a shift phase transformer,
The code shown below is used to modify the admittance matrix using MATLAB Code.
t=1.2;
n=1 ; %from
m=2 ; %to
yl=-y(n,m);
y(n,m)=y(n,m)+yl*(1-(t^-1));
y(m,n)=y(m,n)+yl*(1-(t^-1));
Can someone express how to get the equations above (lines 4 to 6) ?

답변 (0개)

카테고리

도움말 센터File Exchange에서 Mathematics에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

2021년 10월 17일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by