summaryrefslogtreecommitdiff
path: root/1991/CH9/EX9.10/10.sce
blob: c130c485bbcb911ec483abaa1d9f5691adb05803 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
clear
//input
w=0.004//weight of manganese
a=6*10^23
t=303*24*3600//half time
//calculation
N=w*a/0.054//number of moles
x=0.693*N/(303*24*3600)//count rate from decay law
//output
printf("the count rate is %3.3e counts per second",x)