summaryrefslogtreecommitdiff
path: root/671/CH11/EX11.8/11_8.sce
blob: f3ca3bf2859b22d9545162b15f918d5babac3909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
P=12E6
Q=6E6
V=22000
Xs=8
S=P+%i*Q
theta=atan(Q/P)
disp(theta/%pi*180)

Ia=norm(S)/sqrt(3)/V
Ef=V/sqrt(3)+%i*Xs*Ia*exp(-%i*theta)
delta=atan(imag(Ef)/real(Ef))
disp(delta/%pi*180)

emf=norm(Ef)*sqrt(3)
disp(emf)