diff options
Diffstat (limited to '3845/CH13/EX13.5')
-rw-r--r-- | 3845/CH13/EX13.5/Ex13_5.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3845/CH13/EX13.5/Ex13_5.sce b/3845/CH13/EX13.5/Ex13_5.sce new file mode 100644 index 000000000..036dfe5fd --- /dev/null +++ b/3845/CH13/EX13.5/Ex13_5.sce @@ -0,0 +1,8 @@ +//Example 13.5
+B=1*10^9;//Bulk modulus of gasoline (N/m^2)
+delta_V=1.10;//Volume of gasoline that would spill, See Example 13.4 (L)
+V=60;//Volume of tank, See Example 13.4 (L)
+P=delta_V*B/V;//Pressure (after derivation)(Pa)
+printf('Pressure created in the tank = %0.2e Pa',P)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|