diff options
Diffstat (limited to '2021/CH3/EX3.4')
-rwxr-xr-x | 2021/CH3/EX3.4/EX3_4.sce | 15 | ||||
-rwxr-xr-x | 2021/CH3/EX3.4/Ex3_4.pdf | bin | 0 -> 11114 bytes |
2 files changed, 15 insertions, 0 deletions
diff --git a/2021/CH3/EX3.4/EX3_4.sce b/2021/CH3/EX3.4/EX3_4.sce new file mode 100755 index 000000000..e36e5802e --- /dev/null +++ b/2021/CH3/EX3.4/EX3_4.sce @@ -0,0 +1,15 @@ +//Finding of Total Pressure , Depth of pressure
+//Given
+b=5;
+h=5;
+spgr=0.8;
+rho=800;
+g=9.81;
+y1=(1+(5/3));
+//To Find
+Ig=(b*h^3)/36;
+Ay=(1/2)*b*h;
+P=Ay*rho*g*y1;
+Ycp=(Ig/(Ay*y1))+y1;
+disp("P= "+string(P)+" Newtons");
+disp("Ycp ="+string(Ycp)+" meter");
diff --git a/2021/CH3/EX3.4/Ex3_4.pdf b/2021/CH3/EX3.4/Ex3_4.pdf Binary files differnew file mode 100755 index 000000000..0a04e0fd5 --- /dev/null +++ b/2021/CH3/EX3.4/Ex3_4.pdf |