summaryrefslogtreecommitdiff
path: root/3782/CH5/EX5.14/Ex5_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '3782/CH5/EX5.14/Ex5_14.sce')
-rw-r--r--3782/CH5/EX5.14/Ex5_14.sce22
1 files changed, 22 insertions, 0 deletions
diff --git a/3782/CH5/EX5.14/Ex5_14.sce b/3782/CH5/EX5.14/Ex5_14.sce
new file mode 100644
index 000000000..ef80ead15
--- /dev/null
+++ b/3782/CH5/EX5.14/Ex5_14.sce
@@ -0,0 +1,22 @@
+
+//
+//
+
+ma=1.585
+mb=1.225
+aa=1.425
+ab=1.150
+
+dAB=100
+
+//a
+td=ma-mb
+B=aa-td
+
+printf("\n correct staff reading on B should be = %0.3f meters',B)
+
+//c
+
+
+e=ab-B
+printf("\n collimation error is %0.3f meters',e)