summaryrefslogtreecommitdiff
path: root/1268/CH2/EX2.5/2_5.sce
blob: 181dd693e4eb9d7a8a69d0ce1d596fabc8a479a4 (plain)
1
2
3
4
5
6
7
8
9
clc;
disp("Example 2.5")
// MAximum velocity is density*g*m^3/2*mew
// avergare velocity is density*g*m^3/3*mew
// hence the ratio is 1.5

ratio=3/2
disp("Mximum velocity/average velocity is ")
disp(ratio)