diff options
Diffstat (limited to '2858/CH3/EX3.5')
-rwxr-xr-x | 2858/CH3/EX3.5/Ex3_5.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/2858/CH3/EX3.5/Ex3_5.sce b/2858/CH3/EX3.5/Ex3_5.sce new file mode 100755 index 000000000..60188d9ee --- /dev/null +++ b/2858/CH3/EX3.5/Ex3_5.sce @@ -0,0 +1,14 @@ +//example 3.5
+clc; funcprot(0);
+e=0.5;
+B=6;
+k=e/B;
+Gamma=110;
+q=440;
+disp("get the values of Nqe and Nye from the figure from the value of e/B");
+Nye=26.8;
+Nqe=33.4;
+Qult=B*1*(q*Nqe+1/2*Gamma*B*Nye);
+disp(Qult,"ultimate bearing capacity in lb/ft");
+disp(Qult/2000,"ultimate bearing capacity in ton/ft");
+
|