summaryrefslogtreecommitdiff
path: root/371/CH16/EX16.5/16_5.sci
diff options
context:
space:
mode:
Diffstat (limited to '371/CH16/EX16.5/16_5.sci')
-rwxr-xr-x371/CH16/EX16.5/16_5.sci7
1 files changed, 7 insertions, 0 deletions
diff --git a/371/CH16/EX16.5/16_5.sci b/371/CH16/EX16.5/16_5.sci
new file mode 100755
index 000000000..7cd0e8bae
--- /dev/null
+++ b/371/CH16/EX16.5/16_5.sci
@@ -0,0 +1,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'); \ No newline at end of file