diff options
Diffstat (limited to '1439/CH24/EX24.2/24_2.sce')
-rwxr-xr-x | 1439/CH24/EX24.2/24_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1439/CH24/EX24.2/24_2.sce b/1439/CH24/EX24.2/24_2.sce new file mode 100755 index 000000000..fb6549b2b --- /dev/null +++ b/1439/CH24/EX24.2/24_2.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variables
+r= 1.07*10^-4 //ml g^-1 day^-1
+N1= 3.4*10^10 //alpha particles g^-1 sec^-1
+//CALCULATIONS
+N= 22400*N1*24*60*60/r
+//RESULTS
+printf ('avagadro number = %.2e ',N)
|