diff options
Diffstat (limited to '3769/CH25/EX25.17/Ex25_17.sce')
-rw-r--r-- | 3769/CH25/EX25.17/Ex25_17.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3769/CH25/EX25.17/Ex25_17.sce b/3769/CH25/EX25.17/Ex25_17.sce new file mode 100644 index 000000000..10b57e8d5 --- /dev/null +++ b/3769/CH25/EX25.17/Ex25_17.sce @@ -0,0 +1,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) |