summaryrefslogtreecommitdiff
path: root/1379/CH13/EX13.1.5/example13_5.sce
blob: 38c8f8017052351bbda8ca13c81fffd9669ffdff (plain)
1
2
3
4
5
6
7
8
9
10
11
12


//exapple 13.5 
clc; funcprot(0);
// Initialization of Variable
rhoc=867;//density of cream
rhom=1034;//density of skimmem milk
rm=78.2/1000;//radius of skimmed milk
rc=65.5/1000;//radius of cream
//calculation
r=sqrt((rhom*rm^2-rhoc*rc^2)/(rhom-rhoc));
disp(r,"distance of xis of rotation of cream milk interface in (m):")