summaryrefslogtreecommitdiff
path: root/3363/CH16/EX16.2/Ex16_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3363/CH16/EX16.2/Ex16_2.sce')
-rwxr-xr-x3363/CH16/EX16.2/Ex16_2.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/3363/CH16/EX16.2/Ex16_2.sce b/3363/CH16/EX16.2/Ex16_2.sce
new file mode 100755
index 000000000..0c37a89e1
--- /dev/null
+++ b/3363/CH16/EX16.2/Ex16_2.sce
@@ -0,0 +1,5 @@
+//Example 6.2, Page 579
+clc
+x=log(exp(.827))
+t=(log(143))/x
+printf("\n The elapsed time is %f *10^9 year",t)