summaryrefslogtreecommitdiff
path: root/249/CH14/EX14.1/14_01.sce
blob: 1c1cc15f228e2df752b1fc4be88a739ad2793a41 (plain)
1
2
3
4
5
6
7
8
clear
clc
//Original and new length(m)
L1=32;L2=50;
sigma1=8;
// For small deviaqtion from plug flow,sigma_sqr is directly proportional to L
sigma2=sigma1*sqrt(L2/L1);
printf("\n No of bottles of rose expected is %f",sigma2)