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.");