summaryrefslogtreecommitdiff
path: root/3557/CH4/EX4.1/Ex4_1.sce
blob: 523f4444751c31270d0517e806039691c8f7770b (plain)
1
2
3
4
5
//Example4.1//
rCu=0.128;//nm //atomic radius of copper
rNi=0.125;//nm //atomic radius of nickel
d=((rCu-rNi)/rCu)*100
mprintf("d = %f percent (<15percent)",d)