summaryrefslogtreecommitdiff
path: root/2858/CH6/EX6.3/Ex6_3.sce
blob: d6f09a6cb6e86981cacf640039d351d781cb738b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//example 6.3
clc; funcprot(0);
cu=2800;
B=60;
L=100;
Df=5;
B=60;
Gamma=120;
A=60*100;
Q=25e6;
FS=5.14*cu*(1+0.195*B/L)*(1+0.4*Df/B)/(Q/A-Gamma*Df);
disp(FS,"factor of safety");