summaryrefslogtreecommitdiff
path: root/1844/CH5/EX5.7/7.sce
diff options
context:
space:
mode:
Diffstat (limited to '1844/CH5/EX5.7/7.sce')
-rw-r--r--1844/CH5/EX5.7/7.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1844/CH5/EX5.7/7.sce b/1844/CH5/EX5.7/7.sce
new file mode 100644
index 000000000..db40c75de
--- /dev/null
+++ b/1844/CH5/EX5.7/7.sce
@@ -0,0 +1,8 @@
+clc
+MB=5.5
+MD=1
+PD=8.5
+TB=MB+MD
+MB=TB-PD
+k=360+MB
+printf('Magnetic Bearing = %f degrees',k)