summaryrefslogtreecommitdiff
path: root/1388/CH10/EX10.4/10_4.sce
blob: 21e01dff4157a385d729e66c9ad9671642d611fd (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
t= 5600*365*24*60
x= 5 //atoms
//CALCULATIONS
k= 0.693/t
N= x/k
//RESULTS
printf (' No of atoms= %.2e atoms',N)