diff options
Diffstat (limited to '3845/CH11/EX11.9')
-rw-r--r-- | 3845/CH11/EX11.9/Ex11_9.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3845/CH11/EX11.9/Ex11_9.sce b/3845/CH11/EX11.9/Ex11_9.sce new file mode 100644 index 000000000..e0d69231b --- /dev/null +++ b/3845/CH11/EX11.9/Ex11_9.sce @@ -0,0 +1,7 @@ +//Example 11.9
+f_sub=0.97;//Fraction submerged
+rho_fl=10^3;//Density of fluid (kg/m^3)
+rho_person=f_sub*rho_fl;//Density of person (kg/m^3)
+printf('Average density of the person = %0.1f kg/m^3',rho_person)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|