diff options
Diffstat (limited to '3535/CH5/EX5.8/Ex5_8.sce')
-rw-r--r-- | 3535/CH5/EX5.8/Ex5_8.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3535/CH5/EX5.8/Ex5_8.sce b/3535/CH5/EX5.8/Ex5_8.sce new file mode 100644 index 000000000..656794b8a --- /dev/null +++ b/3535/CH5/EX5.8/Ex5_8.sce @@ -0,0 +1,8 @@ +//Chapter 5, Example 5.8, Page 130 +clc +clear +// Calculate the time +//based on eq 5.74 +t = (4.88*10**10/log(2))*log(1+((0.80-0.710)/1.37208)) +printf("\n Time = %e y ",t); +//Answer may vary due to round off error |