summaryrefslogtreecommitdiff
path: root/2615/CH5/EX26.6/26_6.sce
blob: cbb8d8e9a3db7189b7cc17ae3422c508fe5594c5 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
k=0.006//mm
Q=200000//kg
d=15//mm
//CALCULATIONS
P=k*(2*Q/d)//kg
//RESULTS
printf('the acting along the length of the bridge=% f kg',P)