summaryrefslogtreecommitdiff
path: root/2858/CH4/EX4.2/Ex4_2.sce
blob: 38a4fa82ca70182b512fc9653332e3e26cbd8e5c (plain)
1
2
3
4
5
6
7
8
9
10
11
//example 4.2
clc; funcprot(0);
FS=3;
cu=72;
q=18;
B=1;
H=0.25;
qu=5.14*(1+(0.5*B/H-0.707)/5.14)*cu+q;
qall=qu/FS;
disp(qall,"bearing capacity of soil in kN/m^2");