diff options
Diffstat (limited to '3535/CH5/EX5.7/Ex5_7.sce')
-rw-r--r-- | 3535/CH5/EX5.7/Ex5_7.sce | 8 |
1 files changed, 8 insertions, 0 deletions
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 |