diff options
Diffstat (limited to '1844/CH3/EX3.4/3Q4.sce')
-rw-r--r-- | 1844/CH3/EX3.4/3Q4.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1844/CH3/EX3.4/3Q4.sce b/1844/CH3/EX3.4/3Q4.sce new file mode 100644 index 000000000..58d575b2d --- /dev/null +++ b/1844/CH3/EX3.4/3Q4.sce @@ -0,0 +1,8 @@ +clc
+D1=468
+L=20
+D=D1/L // in cm
+S=40 // actual scale of the plan is 1cm=40 m
+TD=D*S // in m
+
+printf('True distance between the points = %f m ',TD)
|