summaryrefslogtreecommitdiff
path: root/3845/CH12/EX12.1/Ex12_1.sce
blob: 50457b802a3c2ef4b7d7da74c5f7ec9e5d145c1a (plain)
1
2
3
4
5
6
7
8
9
//Example 12.1
Q=5;//Flow rate (L/min)
Q=Q/10^3;//Flow rate (m^3/min)
t=75;//Time (y)
t=t*(365*24*60);//Time (min)
V=Q*t;//Volume (m^3)
printf('Volume of blood pumped in 75 years = %0.1e m^3',V)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest