summaryrefslogtreecommitdiff
path: root/3782/CH5/EX5.9/Ex5_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3782/CH5/EX5.9/Ex5_9.sce')
-rw-r--r--3782/CH5/EX5.9/Ex5_9.sce21
1 files changed, 21 insertions, 0 deletions
diff --git a/3782/CH5/EX5.9/Ex5_9.sce b/3782/CH5/EX5.9/Ex5_9.sce
new file mode 100644
index 000000000..f7424197b
--- /dev/null
+++ b/3782/CH5/EX5.9/Ex5_9.sce
@@ -0,0 +1,21 @@
+clear
+//
+
+//
+
+a=2.245
+b=3.375
+AB=b-a
+
+ap=1.955
+bp=3.055
+
+dAB=bp-ap
+
+tl=(AB+dAB)/2
+printf("\n true level of difference is %0.3f meters',tl)
+rla=125.55
+rlb=rla-tl
+
+
+printf("\n RL of B = %0.3f meters',rlb)