summaryrefslogtreecommitdiff
path: root/371/CH16/EX16.5/16_5.sci
blob: 7cd0e8bae1b896a0492639df331947cffe8f1ed4 (plain)
1
2
3
4
5
6
7
//Faults and Protection//
//Example 16.5//
V=240;//dc input voltage in volts//
Vh=25;//each selenium plate handling voltage in volts//
N=V/Vh;//number of plates in series in the circuit//
printf('number of plates in series in the circuit=N=%f',N);
printf('\nso we will use 10 plates in the circuit');