summaryrefslogtreecommitdiff
path: root/3557/CH19/EX19.2/Ex19_2.sce
blob: 207c6bac6a1a450f3d05b31a03a9ffeca5d98b4e (plain)
1
2
3
4
5
6
7
8
9
//Example19.2//

a=2; //Number of atoms
b=63.55;//amu //atomic mass of copper //(From Appendix 1)
c=16.00;//amu //atomic mass of Oxygen //(From Appendix 1)
d=8.93;//density
e=6.00;//Mg/m^3 //density of Cu2O
R=([(a*b)+c]*d)/(a*b*e);//Pilling-Bedworth
disp(R)