summaryrefslogtreecommitdiff
path: root/3648/CH9/EX9.10
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH9/EX9.10')
-rw-r--r--3648/CH9/EX9.10/Ex9_10.sce10
-rw-r--r--3648/CH9/EX9.10/Ex9_10.txt1
2 files changed, 11 insertions, 0 deletions
diff --git a/3648/CH9/EX9.10/Ex9_10.sce b/3648/CH9/EX9.10/Ex9_10.sce
new file mode 100644
index 000000000..88bfdc086
--- /dev/null
+++ b/3648/CH9/EX9.10/Ex9_10.sce
@@ -0,0 +1,10 @@
+//Example 9_10
+clc();
+clear;
+//To find out how fast a raindrop becomes turbulent
+Nr=10 //Number of molecules
+n=1.9*10^-5 //Units in PI
+p=1.29 //Units in Kg/Meter^3
+d=3*10^-3 //Units in meters
+vc=(Nr*n)/(p*d) //units in meters/sec
+printf("The speed of the rain drop is Vc=%.3f meters/sec",vc)
diff --git a/3648/CH9/EX9.10/Ex9_10.txt b/3648/CH9/EX9.10/Ex9_10.txt
new file mode 100644
index 000000000..26a2f4faa
--- /dev/null
+++ b/3648/CH9/EX9.10/Ex9_10.txt
@@ -0,0 +1 @@
+The speed of the rain drop is Vc=0.049 meters/sec \ No newline at end of file