diff options
Diffstat (limited to '3648/CH9/EX9.8/Ex9_8.sce')
-rw-r--r-- | 3648/CH9/EX9.8/Ex9_8.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3648/CH9/EX9.8/Ex9_8.sce b/3648/CH9/EX9.8/Ex9_8.sce new file mode 100644 index 000000000..bcfa7dcfa --- /dev/null +++ b/3648/CH9/EX9.8/Ex9_8.sce @@ -0,0 +1,6 @@ +//Example 9_8
+clc();
+clear;
+//To find out the speed by which water flows from spigot
+//From the Bernoulis Equation P1+(p*g*h)=P2+(0.5*p*V2^2)+(p*g*h2)
+printf(" Solving from the Bernoulis equation V2=sqrt(2*g*(h1-h2))")
|