diff options
Diffstat (limited to '3564/CH1/EX1.5/Ex1_5.sce')
-rw-r--r-- | 3564/CH1/EX1.5/Ex1_5.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3564/CH1/EX1.5/Ex1_5.sce b/3564/CH1/EX1.5/Ex1_5.sce new file mode 100644 index 000000000..b2b7b6c3e --- /dev/null +++ b/3564/CH1/EX1.5/Ex1_5.sce @@ -0,0 +1,12 @@ +
+// Display mode
+mode(0);
+
+// Display warning for floating point exception
+ieee(1);
+
+clc;
+disp("Introduction to Fluid Mechanics, 3rd Ed. William S. Janna Chapter - 1 Example # 1.5 ")
+
+disp("This example is theoretical and does not require computation")
+disp("Final result is h = (2*sigma*cos(theta))/(rho*R*g)")
|