summaryrefslogtreecommitdiff
path: root/3845/CH11/EX11.7/Ex11_7.sce
blob: 34ed27341aff47988572aa26447e09543c9d84ce (plain)
1
2
3
4
5
6
7
8
9
10
//Example 11.7
P=18;//Blood pressure (mm Hg)
P=18*133/1.00;//Blood pressure (Pa)
rho=1.00;//Density of fluid (g/ml)
rho=rho*10^3;//Density of fluid (kg/m^3)
g=9.80;//Acceleration due to gravity (m/s^2)
h=P/(rho*g);//Height (m)
printf('Height at which IV bag must be placed = %0.2f m',h)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest