From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2858/CH3/EX3.5/Ex3_5.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2858/CH3/EX3.5/Ex3_5.sce (limited to '2858/CH3/EX3.5/Ex3_5.sce') 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"); + -- cgit