diff options
Diffstat (limited to '371/CH16/EX16.1')
-rwxr-xr-x | 371/CH16/EX16.1/16_1.sci | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/371/CH16/EX16.1/16_1.sci b/371/CH16/EX16.1/16_1.sci new file mode 100755 index 000000000..eae7efcea --- /dev/null +++ b/371/CH16/EX16.1/16_1.sci @@ -0,0 +1,6 @@ +//Faults and Protection//
+//Example 16.1//
+V=415;//AC input voltage//
+Vf=2.53;//voltage safety factor//
+PIV=2*sqrt(2)*V*Vf;//peak inverse voltage of the device//
+printf('peak inverse voltage of the device=PIV=%fVolts',PIV);
\ No newline at end of file |