diff options
Diffstat (limited to '1268/CH4/EX4.15/4_15.sce')
-rw-r--r-- | 1268/CH4/EX4.15/4_15.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1268/CH4/EX4.15/4_15.sce b/1268/CH4/EX4.15/4_15.sce new file mode 100644 index 000000000..4cf8e046a --- /dev/null +++ b/1268/CH4/EX4.15/4_15.sce @@ -0,0 +1,8 @@ +clc;
+disp("Example 4.15");
+Re= 5e5;
+f= 0.046/(Re^0.2)
+ratio= 1+(3.75*((f/2)^0.5));
+disp("the ratio is ");
+disp(ratio);
+disp("Note: The value shown in the book is 1.1453.");
|