diff options
Diffstat (limited to '3535/CH7/EX7.5/Ex7_5.sce')
-rw-r--r-- | 3535/CH7/EX7.5/Ex7_5.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3535/CH7/EX7.5/Ex7_5.sce b/3535/CH7/EX7.5/Ex7_5.sce new file mode 100644 index 000000000..a7fffe7f3 --- /dev/null +++ b/3535/CH7/EX7.5/Ex7_5.sce @@ -0,0 +1,15 @@ +//Chapter 7, Example 7.5, Page 199 +clc +clear +// Activity of the sample +lambda = 7.466*10**-5 +m = 2 +Na = 0.6022*10**24 +A = 55 +sigma = 13.3*10**-24 +delta = 10**13 +t = 120 +Activity= lambda*(m*Na/A)*sigma*delta*t +printf("Activity = %e Bq\n",Activity) + +//Answers may vary due to round off error |