diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /2021/CH3/EX3.4 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
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 |