summaryrefslogtreecommitdiff
path: root/3782/CH1/EX1.4
diff options
context:
space:
mode:
Diffstat (limited to '3782/CH1/EX1.4')
-rw-r--r--3782/CH1/EX1.4/Ex1_4.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3782/CH1/EX1.4/Ex1_4.sce b/3782/CH1/EX1.4/Ex1_4.sce
new file mode 100644
index 000000000..2c3e6d365
--- /dev/null
+++ b/3782/CH1/EX1.4/Ex1_4.sce
@@ -0,0 +1,11 @@
+clear
+s=100
+dsm=3500
+adsm=dsm/s
+
+printf("\n distance between stations on map= %0.3f centimeters',adsm)
+
+actuals=50
+td=adsm*actuals
+
+printf("\n true distance on ground = %0.3f meters',td)