summaryrefslogtreecommitdiff
path: root/3487/CH4/EX4.4
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3487/CH4/EX4.4
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '3487/CH4/EX4.4')
-rw-r--r--3487/CH4/EX4.4/Ex4_4.sce13
1 files changed, 13 insertions, 0 deletions
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