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 --- 3487/CH4/EX4.4/Ex4_4.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3487/CH4/EX4.4/Ex4_4.sce (limited to '3487/CH4/EX4.4') diff --git a/3487/CH4/EX4.4/Ex4_4.sce b/3487/CH4/EX4.4/Ex4_4.sce new file mode 100644 index 000000000..80341e37d --- /dev/null +++ b/3487/CH4/EX4.4/Ex4_4.sce @@ -0,0 +1,13 @@ +//Chapter 4,Example 4.4 Page 145 +clc +clear +Imin = 2*10^-6 // A +Imax = 35*10^-6 // A +V = 15*10^4 // V +w = 2*%pi*1500/60 +Cm = sqrt(2)*Imin/(V*w) +Ipeak = 2*250/15 +printf (" Cm = %f pF \n ",Cm*10^13) +printf (" At 250 kV, the current indicated will be = %f μA \n ",Ipeak) + +//Answers vary due to round off error -- cgit