summaryrefslogtreecommitdiff
path: root/3487/CH4/EX4.2
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.2
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.2')
-rw-r--r--3487/CH4/EX4.2/Ex4_2.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3487/CH4/EX4.2/Ex4_2.sce b/3487/CH4/EX4.2/Ex4_2.sce
new file mode 100644
index 000000000..01741bebc
--- /dev/null
+++ b/3487/CH4/EX4.2/Ex4_2.sce
@@ -0,0 +1,12 @@
+//Chapter 4,Example 4.2 Page 145
+clc
+clear
+// Determine the potential difference
+AP = 8^2/4 // Area of plate
+d = 4 // mm
+FA = 0.2*9.8*10^-3 // Force of attraction
+V = sqrt(FA*2*36*16*10^-6/(10^-9*16*10^-4))
+printf (" Area of plate = %f π sq.cm \n ",AP)
+printf (" V = %f V \n ",V)
+
+//Answers may vary due to round off error