From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3535/CH7/EX7.5/Ex7_5.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 3535/CH7/EX7.5/Ex7_5.sce (limited to '3535/CH7/EX7.5/Ex7_5.sce') 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 -- cgit