From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3769/CH25/EX25.17/Ex25_17.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3769/CH25/EX25.17/Ex25_17.sce (limited to '3769/CH25/EX25.17/Ex25_17.sce') 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) -- cgit