diff options
Diffstat (limited to '3648/CH9/EX9.8')
-rw-r--r-- | 3648/CH9/EX9.8/Ex9_8.sce | 6 | ||||
-rw-r--r-- | 3648/CH9/EX9.8/Ex9_8.txt | 1 |
2 files changed, 7 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))")
diff --git a/3648/CH9/EX9.8/Ex9_8.txt b/3648/CH9/EX9.8/Ex9_8.txt new file mode 100644 index 000000000..358bbbcc0 --- /dev/null +++ b/3648/CH9/EX9.8/Ex9_8.txt @@ -0,0 +1 @@ + Solving from the Bernoulis equation V2=sqrt(2*g*(h1-h2))
\ No newline at end of file |