summaryrefslogtreecommitdiff
path: root/683/CH24/EX24.3/RD_3.sce
blob: fc976b90eb9a8247d01dc0e4bd474fe551067d21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// sum 24-3
clc;
clear;
d=12;
sigut=1960;
Pb=0.0025*sigut;
Ds=480;
F=Pb*d*Ds/2;
W=F*2*10^-3;

  // printing data in scilab o/p window
  printf("W is %0.3f kN   ",W);