summaryrefslogtreecommitdiff
path: root/10/CH2/EX2/cha2_2.sce
blob: 73346ed7c08560f8fd2b3ef3012ef60d2c07e308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Vh=220;Ih=4.55;Wl=100;
Vl=150;Il=2.5;Wh=215;
Vhrated=2200;Vlrated=220;
Ihrated=4.55;Ilrated=45.5;

Rcl=Vlrated^2/Wl
 
Poc=(Vlrated^2/Rcl)
 
Icl=Vlrated/Rcl

Iml=(Il^2-Icl^2)^(1/2)
 
Xml=Vlrated/Iml

A=Vhrated/Vlrated
 
Rch=A^2*Rcl

Xmh=A^2*Xml

Reqh=215/Ihrated^2
 
Psc=Ihrated^2*Reqh

Zeqh=Vl/Ihrated
 
Xeqh=(Zeqh^2-Reqh^2)^(1/2)

Reql=Reqh/A^2

Xeql=Xeqh/A^2

P=(Poc/(Vlrated*Il))

Psh=(Psc/(Vl*Ihrated))