diff options
Diffstat (limited to '3845/CH11/EX11.1/Ex11_1.sce')
-rw-r--r-- | 3845/CH11/EX11.1/Ex11_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3845/CH11/EX11.1/Ex11_1.sce b/3845/CH11/EX11.1/Ex11_1.sce new file mode 100644 index 000000000..1f3c72994 --- /dev/null +++ b/3845/CH11/EX11.1/Ex11_1.sce @@ -0,0 +1,10 @@ +//Example 11.1
+A=50*(10^3)^2;//Surface area (m^2)
+h=40;//Average depth (m)
+rho=1*10^3;//Density of water (kg/m^3), See Table 11.1
+V=A*h;//Volume (m^3)
+m=rho*V;//Mass of water (kg)
+printf('Mass of water behind the dam = %0.2e kg',m)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
+
|