summaryrefslogtreecommitdiff
path: root/3557/CH19/EX19.2/Ex19_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH19/EX19.2/Ex19_2.sce')
-rw-r--r--3557/CH19/EX19.2/Ex19_2.sce9
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)