summaryrefslogtreecommitdiff
path: root/371/CH2/EX2.7/2_7.sci
diff options
context:
space:
mode:
Diffstat (limited to '371/CH2/EX2.7/2_7.sci')
-rwxr-xr-x371/CH2/EX2.7/2_7.sci6
1 files changed, 6 insertions, 0 deletions
diff --git a/371/CH2/EX2.7/2_7.sci b/371/CH2/EX2.7/2_7.sci
new file mode 100755
index 000000000..fd5e6e5e0
--- /dev/null
+++ b/371/CH2/EX2.7/2_7.sci
@@ -0,0 +1,6 @@
+//chapter 2:THE DEVICE//
+//Example 2.7//problem2.3//
+ Vpiv=1350;//peak inverse voltage in volts//
+ V=415;//main supply in volts//
+ Vf=Vpiv/(sqrt(2)*V);//voltage safety factor//
+printf('value of voltage safety factor=%fv',Vf); \ No newline at end of file