diff options
Diffstat (limited to '1844/CH5/EX5.6/6.sce')
-rw-r--r-- | 1844/CH5/EX5.6/6.sce | 5 |
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)
|