summaryrefslogtreecommitdiff
path: root/2159/CH1/EX1.24
diff options
context:
space:
mode:
Diffstat (limited to '2159/CH1/EX1.24')
-rwxr-xr-x2159/CH1/EX1.24/24.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/2159/CH1/EX1.24/24.sce b/2159/CH1/EX1.24/24.sce
new file mode 100755
index 000000000..7937a828c
--- /dev/null
+++ b/2159/CH1/EX1.24/24.sce
@@ -0,0 +1,13 @@
+// problem 1.24
+x=30
+z=sin(3.142*x/180)
+d=1.4
+h=3
+b=1.5
+h1=z+d
+a=0.5*h*b
+w=9810
+p=w*a*h1
+h11=((z*z*h*h*h*b)/(36*a*h1))+h1
+disp(p,"total pressure on the plate")
+disp(h11,"position of centre of pressure")