summaryrefslogtreecommitdiff
path: root/1268/CH4/EX4.15/4_15.sce
blob: 4cf8e046a02d784e4bda3e647555feae130466e9 (plain)
1
2
3
4
5
6
7
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.");