diff options
author | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
commit | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch) | |
tree | dbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /3647/CH11 | |
parent | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff) | |
download | Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2 Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip |
initial commit / add all books
Diffstat (limited to '3647/CH11')
-rw-r--r-- | 3647/CH11/EX11.1/ex11_1.sce | 15 | ||||
-rw-r--r-- | 3647/CH11/EX11.2/ex11_2.sce | 17 | ||||
-rw-r--r-- | 3647/CH11/EX11.3/ex11_3.sce | 15 | ||||
-rw-r--r-- | 3647/CH11/EX11.4/ex11_4.sce | 23 | ||||
-rw-r--r-- | 3647/CH11/EX11.6/Ex11_6.sce | 25 |
5 files changed, 95 insertions, 0 deletions
diff --git a/3647/CH11/EX11.1/ex11_1.sce b/3647/CH11/EX11.1/ex11_1.sce new file mode 100644 index 000000000..48ea3d650 --- /dev/null +++ b/3647/CH11/EX11.1/ex11_1.sce @@ -0,0 +1,15 @@ +//Solutions to Problems In applied mechanics +//A N Gobby +clear all; +clc
+//initialisation of variables
+w=62.5//lbf
+a=4*6//ft
+x=4//ft
+l=(6*6^3)/3-(6*2^3)/3//ft^3
+q=24*x//ft^3
+//CALCULATIONS
+T=w*a*x//lbf
+P=l/q//ft
+//RESULTS
+printf('the depth of centre of pressure=% f ft',P)
diff --git a/3647/CH11/EX11.2/ex11_2.sce b/3647/CH11/EX11.2/ex11_2.sce new file mode 100644 index 000000000..d20e4f156 --- /dev/null +++ b/3647/CH11/EX11.2/ex11_2.sce @@ -0,0 +1,17 @@ +//Solutions to Problems In applied mechanics +//A N Gobby +clear all; +clc
+//initialisation of variables
+a=60//degre
+w=2.5//ft
+x=3//ft
+p=6*3//ft^2
+h=62.4//ft
+p1=3*6^3/12//ft^4
+//CALCULATIONS
+D=w+x*sind(a)//ft
+T=h*p*D//lbf
+P=p1*sind(a)^2/(p*D)+D//ft
+//RESULTS
+printf('the depth of centre of pressure=% f ft',P)
diff --git a/3647/CH11/EX11.3/ex11_3.sce b/3647/CH11/EX11.3/ex11_3.sce new file mode 100644 index 000000000..38877aad0 --- /dev/null +++ b/3647/CH11/EX11.3/ex11_3.sce @@ -0,0 +1,15 @@ +//Solutions to Problems In applied mechanics +//A N Gobby +clear all; +clc
+//initialisation of variables
+t=62.5*4*1//lbf
+a=2/3*2//ft
+m=62.5*4*(4/3)//lbf
+f=500*2//lbf ft
+T=((62.5*2*2)/2)*1/3*2//lbf
+H=(62.5*2*1)//ft
+//CALCULATIONS
+H1=f/[H+T]*2/2.9///ft
+//RESULTS
+printf('the trap door width=% f ft',H1)
diff --git a/3647/CH11/EX11.4/ex11_4.sce b/3647/CH11/EX11.4/ex11_4.sce new file mode 100644 index 000000000..caee49c72 --- /dev/null +++ b/3647/CH11/EX11.4/ex11_4.sce @@ -0,0 +1,23 @@ +//Solutions to Problems In applied mechanics +//A N Gobby +clear all; +clc
+//initialisation of variables
+g=6//ft
+g1=50//ft
+d=10//ft
+w1=10//ft
+w2=20//ft
+w3=62.5//ft
+t=w3*60*5//lbf
+t2=8.37//tonf
+t1=g1+t//lbf
+H=26.4//ft
+//CALCULATIONS
+M=t*d/3//lbf ft
+D=w3*w2*g*d//lbf
+M1=D*(w2/3)//lbf ft
+f=D-t//lbf
+R=(M1-M)/f//ft
+//RESULTS
+printf('the moment of resultant force about gate base=% f ft',R)
diff --git a/3647/CH11/EX11.6/Ex11_6.sce b/3647/CH11/EX11.6/Ex11_6.sce new file mode 100644 index 000000000..5a3ce358e --- /dev/null +++ b/3647/CH11/EX11.6/Ex11_6.sce @@ -0,0 +1,25 @@ +//Solutions to Problems In applied mechanics +//A N Gobby +clear all; +
+clc
+//initialisation of variables
+w=62.5//lbf/ft
+w1=1.5//ft
+d=4//ft
+w2=3//ft
+g=0.8//in
+p1=2/3*w1//ft
+q=2/3*p1//ft
+//CALCULATIONS
+t1=w1*w*w1/2//lbf
+p=(g*w*p1*p1)/2//lbf
+A=g*w*p1*1/2//lbf
+T=(w*1/2*1/2/2)//lbf
+P=t1-p-A-T//lbf
+h=2.9*P/(t1*1-(p*2)/3-(p*(1*1/4))-(T*1.33))//ft
+F=P*a/w1//lbf
+H=F/2//lbf
+//RESULTS
+printf('depth of forces=% f lbf',F)
+printf('the moment of force on hinge=% f lbf',H)
|