diff options
Diffstat (limited to '3845/CH11/EX11.2/Ex11_2.sce')
-rw-r--r-- | 3845/CH11/EX11.2/Ex11_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3845/CH11/EX11.2/Ex11_2.sce b/3845/CH11/EX11.2/Ex11_2.sce new file mode 100644 index 000000000..aa1e9077b --- /dev/null +++ b/3845/CH11/EX11.2/Ex11_2.sce @@ -0,0 +1,8 @@ +//Example 11.2
+P=6.90*10^6;//Pressure (Pa)
+r=0.150/2;//Radius of disk (m)
+A=%pi*r^2;//Area of disk (m^2)
+F=P*A;//Force (N)
+printf('Force exerted on the flat end of the tank = %0.2e N',F)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|