summaryrefslogtreecommitdiff
path: root/2159/CH1/EX1.10/10.sce
blob: 9700e7b5bbfbb2632277db3360fafe288abc488d (plain)
1
2
3
4
5
6
// problem 1.10
s1=1.2
s2=1
s3=0.7
h=(s1-s2)*0.3/(s2-s3)
disp(h*100,"difference in height(cm)")