summaryrefslogtreecommitdiff
path: root/3782/CH5/EX5.11/Ex5_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3782/CH5/EX5.11/Ex5_11.sce')
-rw-r--r--3782/CH5/EX5.11/Ex5_11.sce24
1 files changed, 24 insertions, 0 deletions
diff --git a/3782/CH5/EX5.11/Ex5_11.sce b/3782/CH5/EX5.11/Ex5_11.sce
new file mode 100644
index 000000000..79cf31460
--- /dev/null
+++ b/3782/CH5/EX5.11/Ex5_11.sce
@@ -0,0 +1,24 @@
+
+//
+
+//
+
+aa=1.725
+ab=1.370
+ba=1.560
+bb=1.235
+
+A=aa-ab
+B=ba-bb
+
+AB=(A+B)/2
+
+printf("\n true difference between A and B is %0.3f meters',AB)
+
+CB=bb
+CA=CB+AB
+
+OCA=1.560
+e=OCA-CA
+
+printf("\n amount of collimation error = %0.3f meters',e)