diff options
Diffstat (limited to '3845/CH5/EX5.6')
-rw-r--r-- | 3845/CH5/EX5.6/Ex5_6.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3845/CH5/EX5.6/Ex5_6.sce b/3845/CH5/EX5.6/Ex5_6.sce new file mode 100644 index 000000000..8aa6e3129 --- /dev/null +++ b/3845/CH5/EX5.6/Ex5_6.sce @@ -0,0 +1,7 @@ +//Example 5.6
+F_by_A=5.00*10^7;//Force per unit area at 5km depth (N/m^2)
+B=2.2*10^9;//Bulk modulus (N/m^2), See Table 5.3
+v=(F_by_A)/B;//Fractional decrease in volume
+printf('Fractional decrease in volume (in percentage) = %0.1f%%',v*100)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|