From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 371/CH16/EX16.1/16_1.sci | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 371/CH16/EX16.1/16_1.sci (limited to '371/CH16/EX16.1') 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 -- cgit