summaryrefslogtreecommitdiff
path: root/1388/CH10/EX10.2/10_2.sce
blob: d0ac42ce75b4a233f45d29be691663b6256532b2 (plain)
1
2
3
4
5
6
7
clc
//initialisation of variables
k= 2.63*10^-3 //min^-1
//CALCULATIONS
t1= 0.693/k
//RESULTS
printf (' Half time= %.f min',t1+1)