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.5/16_5.sci | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 371/CH16/EX16.5/16_5.sci (limited to '371/CH16/EX16.5/16_5.sci') 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 -- cgit