diff options
Diffstat (limited to '1627/CH3/EX3.6')
-rw-r--r-- | 1627/CH3/EX3.6/Ex3_6.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/1627/CH3/EX3.6/Ex3_6.sce b/1627/CH3/EX3.6/Ex3_6.sce new file mode 100644 index 000000000..30b002743 --- /dev/null +++ b/1627/CH3/EX3.6/Ex3_6.sce @@ -0,0 +1,16 @@ +clc
+//initialisation of variables
+p=0.5//m
+w=3//m
+t=20//deg
+p1=3/2//m
+ht=0
+y=9802//N/m^3
+p=2/3//m
+//CALCULATIONS
+hb=w*sind(t)//m
+h=(ht+hb/2)//m
+F=y*h*p*w//N
+Xp=p*w//m
+//RESULTS
+printf('The total force on the plane and distance to the center of pressure is=% f m',Xp)
|