From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3845/CH5/EX5.6/Ex5_6.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 3845/CH5/EX5.6/Ex5_6.sce (limited to '3845/CH5/EX5.6') 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 -- cgit