summaryrefslogtreecommitdiff
path: root/3758/CH1/EX1.16/Ex1_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '3758/CH1/EX1.16/Ex1_16.sce')
-rw-r--r--3758/CH1/EX1.16/Ex1_16.sce7
1 files changed, 0 insertions, 7 deletions
diff --git a/3758/CH1/EX1.16/Ex1_16.sce b/3758/CH1/EX1.16/Ex1_16.sce
deleted file mode 100644
index 3d7429ffa..000000000
--- a/3758/CH1/EX1.16/Ex1_16.sce
+++ /dev/null
@@ -1,7 +0,0 @@
-clc;
-dp=0.0018*10^4; // difference in inside and outside surface of bubble in kg/mm^2
-T=0.0075*10^3; // surface tension of water in contact in kg/mm
-Temp=20; //temperature of air in degree
-r=(2*T)/dp // calculating radius of droplet of water
-d=2*r; // calculating diameter of droplet of water
-printf('diameter of droplet of water is %f mm',d);