summaryrefslogtreecommitdiff
path: root/1026/CH10/EX10.10
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1026/CH10/EX10.10
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 '1026/CH10/EX10.10')
-rwxr-xr-x1026/CH10/EX10.10/Example10_10.sce19
1 files changed, 19 insertions, 0 deletions
diff --git a/1026/CH10/EX10.10/Example10_10.sce b/1026/CH10/EX10.10/Example10_10.sce
new file mode 100755
index 000000000..d2e524de9
--- /dev/null
+++ b/1026/CH10/EX10.10/Example10_10.sce
@@ -0,0 +1,19 @@
+//chapter10,Example10_10,pg 275
+
+//F=mg=qE
+
+E=250
+
+R=10^-8
+
+rho=10^3//density
+
+m=(4/3)*%pi*(R^3)*rho//m=volume*density
+
+W=m*9.8//weight of drop(mg)
+
+q=W/E
+
+printf("charge on water drop\n")
+
+disp(q) \ No newline at end of file