summaryrefslogtreecommitdiff
path: root/2858/CH4/EX4.6/Ex4_6.sce
blob: 4a5ca8bcb0907bf4a0766187ee01808e3bfaec8d (plain)
1
2
3
4
5
6
7
8
9
//example 4.6
clc; funcprot(0);
Gamma=16.8;
B=1.5;
//from table
Nyq=120;
qu=1/2*Gamma*B*Nyq;
disp(qu," shear stress in kN/m^2");