summaryrefslogtreecommitdiff
path: root/2615/CH23/EX108.2/108.sce
blob: 815b87f80a074341976290164154416e94400b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clc
//initialisation of variables
m=29//kg-m
d=45//mm
b=14//mm
l=70//mm
F=9.8//mm^2
M=2900//mm
t=2.25//mm
//CALCULATIONS
T=M/(t*F)//kg/cm^2
//RESULTS
printf('the shear exerted on the prismatic key=% f kg/cm^2',T)