summaryrefslogtreecommitdiff
path: root/2159/CH1/EX1.7/7.sce
blob: 874b4cb8a27906abde9c5fddff39be74f07293ed (plain)
1
2
3
4
5
6
7
8
9
//problem 1.7
s1=0.8
s2=13.6
dh=0.4
h=dh*13.6-dh*0.8
w=9810
pd=w*h
disp(h, "pressure difference in height of water()")
disp(pd, "presuure difference in N/m2")