diff options
Diffstat (limited to '3535/CH5/EX5.6/Ex5_6.sce')
-rw-r--r-- | 3535/CH5/EX5.6/Ex5_6.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3535/CH5/EX5.6/Ex5_6.sce b/3535/CH5/EX5.6/Ex5_6.sce new file mode 100644 index 000000000..9c041c421 --- /dev/null +++ b/3535/CH5/EX5.6/Ex5_6.sce @@ -0,0 +1,8 @@ +//Chapter 5, Example 5.6, Page 129 +clc +clear +// Age of the wood +//based on eq 5.74 +t = -(5730/log(2))*log(1.2/6.4) +printf("\n Time = %f y ",t); +//Answer may vary due to round off error |