blob: 8244baad5a16c5a227998cdd425f827e99438bba (
plain)
1
2
3
4
5
6
7
8
|
//Example 6.5//
L=50*10^-3;//m //Distance between support
m=404*10^3;//N/m //Initial slope of load-deflection curve
b=13*10^-3;//m //test piece geometry
h=7*10^-3;//m //test piece geometry
E=((L^3)*m)/(4*b*h^3)
mprintf("E = %e N/m^2 =2830MPa (As M= 10^6)",E)
|