summaryrefslogtreecommitdiff
path: root/2858/CH5/EX5.8/Ex5_8.sce
blob: 39d6cabad6e74ae4e9f0afd6502e0308b09f55b5 (plain)
1
2
3
4
5
6
7
8
9
10
//example 5.8
clc; funcprot(0);
Df=1;
B=1.75;
qnet=120;
N60=10;
Fd=1+0.33*Df/B;
Se=2*qnet/N60/Fd*(B/(B+0.3))^2;
disp(Se,"settlement in mm");