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 --- 3535/CH5/EX5.7/Ex5_7.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3535/CH5/EX5.7/Ex5_7.sce (limited to '3535/CH5/EX5.7') diff --git a/3535/CH5/EX5.7/Ex5_7.sce b/3535/CH5/EX5.7/Ex5_7.sce new file mode 100644 index 000000000..30ba279f3 --- /dev/null +++ b/3535/CH5/EX5.7/Ex5_7.sce @@ -0,0 +1,8 @@ +//Chapter 5, Example 5.7, Page 129 +clc +clear +// Calculate the time +//based on eq 5.74 +t = (14.05*10**9/log(2))*log(1+(0.31232/1.37208)) +printf("\n Time = %e y ",t); +//Answer may vary due to round off error -- cgit