diff options
Diffstat (limited to '2159/CH1/EX1.22/22.sce')
-rwxr-xr-x | 2159/CH1/EX1.22/22.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2159/CH1/EX1.22/22.sce b/2159/CH1/EX1.22/22.sce new file mode 100755 index 000000000..99850bc53 --- /dev/null +++ b/2159/CH1/EX1.22/22.sce @@ -0,0 +1,10 @@ +// problem 1.22
+d=2
+z=0.5
+h=z+0.5*d
+w=9810
+a=3.142*d*d*0.25
+p=a*w*h
+h11=(1/(16*1.5))+1.5
+disp(p,"total pressure on the plate")
+disp(h11,"position of centre of pressure")
|