diff options
Diffstat (limited to '3769/CH25/EX25.16/Ex25_16.sce')
-rw-r--r-- | 3769/CH25/EX25.16/Ex25_16.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH25/EX25.16/Ex25_16.sce b/3769/CH25/EX25.16/Ex25_16.sce new file mode 100644 index 000000000..26399632f --- /dev/null +++ b/3769/CH25/EX25.16/Ex25_16.sce @@ -0,0 +1,13 @@ +clear +//Given +a=2*10**12 +b=9.0*10**12 +T=80 + +//Calculation +// +c=log(a/b) +t=-(c*T)/0.693 + +//Result +printf("\n Time required is %0.0f second",t) |