summaryrefslogtreecommitdiff
path: root/2078/CH9/EX9.5/Example9_5.sce
blob: 9510c06bf314626aaafcaa4cecd59d6f1484b441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Exa 9.5
clc;
clear;
close;
//Given data :
Vs=17.5;//kV
n=3;//no. of uniits
K=1/8;//shunt to mutual capacitance ratio
V3=Vs;//kV
V1=V3/(1+3*K+K^2);//kV
V2=V1*(1+K);//kV
V=V1+V2+V3;//kV
//Strinf_eff=V/n/V3;
disp(V,"Maximum safe working voltage(kV)");