summaryrefslogtreecommitdiff
path: root/2858/CH14/EX14.2/Ex14_2.sce
blob: f2f6805c21bb7c3ea3fe36fc082aab0a1e8500be (plain)
1
2
3
4
5
6
7
8
9
10
11
//example 14.2
clc; funcprot(0);
Tv=0.36;
sigmap=115;
Uv=sqrt(4*Tv/%pi)*100;
disp(Uv,"Uv in %");
//from table 
k=0.12; //constant
sf=k*sigmap;
disp(sf,"deltasigmaf in kN/m^2");