summaryrefslogtreecommitdiff
path: root/2858/CH10/EX10.4/Ex10_4.sce
blob: cde6863408a97583289e61d4b4f195ebb37d9567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//example 10.4
clc; funcprot(0);
q=0;
Gamma=18;
L=25;
c=35;
T=4;
H=7;
B1=4;//B'
B11=T*sqrt(2);//B''
FS=(5.14*c*(1+B11*0.2/L)+c*H/B1)/(Gamma*H+q)
disp(FS,"factor of safety is")