summaryrefslogtreecommitdiff
path: root/1844/CH3/EX3.4/3Q4.sce
blob: 58d575b2d760b2c113d3aec496a4264bc15f65f3 (plain)
1
2
3
4
5
6
7
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)