summaryrefslogtreecommitdiff
path: root/3769/CH25/EX25.17/Ex25_17.sce
blob: 10b57e8d53c4effcdd9911c508474a51cc29f930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
clear
//Given
T=6.0
A=6.023*10**23
W=99.0

//Calculation
//
l=0.693/T
N0=A*10**-12/W
A0=l*N0
N=N0*(1/log10(l))
A1=-(l*N)


//Result
printf("\n  Activity in the beginning and after one hour %0.3f  /h",A1*10**-8)