summaryrefslogtreecommitdiff
path: root/3782/CH5/EX5.7/Ex5_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3782/CH5/EX5.7/Ex5_7.sce')
-rw-r--r--3782/CH5/EX5.7/Ex5_7.sce19
1 files changed, 19 insertions, 0 deletions
diff --git a/3782/CH5/EX5.7/Ex5_7.sce b/3782/CH5/EX5.7/Ex5_7.sce
new file mode 100644
index 000000000..e652ca10d
--- /dev/null
+++ b/3782/CH5/EX5.7/Ex5_7.sce
@@ -0,0 +1,19 @@
+
+//
+
+//
+
+r1=2.550
+r2=2.500
+
+s=r1-r2
+d=0.002
+D=100
+n=5
+r=(n*d*D/s)
+
+printf("\n R= %0.3f ",r)
+
+alp=(s/(n*D))*206265
+
+printf("\n sensitiveness of bubble is %0.3f seconds',alp)