summaryrefslogtreecommitdiff
path: root/1652/CH1/EX1.6/1_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1652/CH1/EX1.6/1_6.sce')
-rwxr-xr-x1652/CH1/EX1.6/1_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1652/CH1/EX1.6/1_6.sce b/1652/CH1/EX1.6/1_6.sce
new file mode 100755
index 000000000..2aba5e645
--- /dev/null
+++ b/1652/CH1/EX1.6/1_6.sce
@@ -0,0 +1,11 @@
+clc
+//Initialization of variables
+d=2.64 //g/cc
+l=4.016*10^-8 //cm
+n=4
+M=25.94 //g/mol
+//calculations
+m=d*l^3 /n
+N0=M/m
+//results
+printf("Avagadro number = %.3e molecule/mol",N0)