summaryrefslogtreecommitdiff
path: root/1844/CH5/EX5.8/8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1844/CH5/EX5.8/8.sce')
-rw-r--r--1844/CH5/EX5.8/8.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1844/CH5/EX5.8/8.sce b/1844/CH5/EX5.8/8.sce
new file mode 100644
index 000000000..066e6c3fc
--- /dev/null
+++ b/1844/CH5/EX5.8/8.sce
@@ -0,0 +1,9 @@
+clc
+TB=180
+MB=184
+MD=TB-MB
+printf('Declination = %f E\n',MD)
+TB=360
+MB=350+2/6
+MD=TB-MB
+printf(' Declination = %f E',MD)