summaryrefslogtreecommitdiff
path: root/278/CH4/EX4.8/ex_4_8.sce
blob: 9e1e470066e17bba1c44ec4a19df9b1b850d97a4 (plain)
1
2
3
4
5
6
7
8
9
10
11

clc
//solution
//given
t=16//thickness//mm
P=48*10^3//N
n=2//two plates are given
d=25//mm
//stress acting 
f=(P/(d*t*n))//(N/mm^2)
printf("the stress acting is,%f N/mm^2",f)