summaryrefslogtreecommitdiff
path: root/1844/CH5/EX5.6/6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1844/CH5/EX5.6/6.sce')
-rw-r--r--1844/CH5/EX5.6/6.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/1844/CH5/EX5.6/6.sce b/1844/CH5/EX5.6/6.sce
new file mode 100644
index 000000000..a9f2841c8
--- /dev/null
+++ b/1844/CH5/EX5.6/6.sce
@@ -0,0 +1,5 @@
+clc
+MB= 28.5
+MD=7.5
+TB=MB+MD
+printf('True bearing = S %f N',TB)