diff options
Diffstat (limited to '3557/CH19/EX19.2')
-rw-r--r-- | 3557/CH19/EX19.2/Ex19_2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3557/CH19/EX19.2/Ex19_2.sce b/3557/CH19/EX19.2/Ex19_2.sce new file mode 100644 index 000000000..207c6bac6 --- /dev/null +++ b/3557/CH19/EX19.2/Ex19_2.sce @@ -0,0 +1,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)
|