summaryrefslogtreecommitdiff
path: root/3862/CH8/EX8.18/Ex8_18.sce
blob: 2be3a616addf1dcf3b7d859bbb7f65f1c7d0985c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear
//variable declaration

G=(0.4*100000)      //modulus of rigidity of material,N/mm^2
K=(0.8*100000)      //bulk modulus,N/mm^2

E=(9*G*K)/(3*K+G)


printf("\n Youngs modulus= %0.3f  N",E)

pr=(E/(2*G))-1

printf("\n Poissons Ratio %0.4f  ",pr)