summaryrefslogtreecommitdiff
path: root/3159/CH11/EX11.5/Ex11_5.sce
blob: c6950a0dc1c551b61a21b465c4420ed222783795 (plain)
1
2
3
4
5
6
7
// Estimate the change in yield strength 
clc
n1 = 1e6 // initial number of particles
n2 = 1e3 // final number of particle
printf("\n Example 11.5")
k = (n1/n2)^(1/3)
printf("\n Yield strength would have decreased to %d%% of its initial value.",100/k)