summaryrefslogtreecommitdiff
path: root/1844/CH1/EX1.8/1Q8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1844/CH1/EX1.8/1Q8.sce')
-rw-r--r--1844/CH1/EX1.8/1Q8.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1844/CH1/EX1.8/1Q8.sce b/1844/CH1/EX1.8/1Q8.sce
new file mode 100644
index 000000000..36552fd37
--- /dev/null
+++ b/1844/CH1/EX1.8/1Q8.sce
@@ -0,0 +1,9 @@
+clc
+//Intiallising varialbles
+L= 468 // Measured lenght in meters
+RFWS = 1/(20*100) // R.F of wrong scale used
+RFCS = 1/(40*100) // R.F of correct scale used
+//Calculations of variables
+CL= (RFWS/RFCS)*L // Corrected lenght in meters
+//Results
+printf (' Corrected Length =%f m',CL)