summaryrefslogtreecommitdiff
path: root/2159/CH1/EX1.8/8.sce
diff options
context:
space:
mode:
Diffstat (limited to '2159/CH1/EX1.8/8.sce')
-rwxr-xr-x2159/CH1/EX1.8/8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2159/CH1/EX1.8/8.sce b/2159/CH1/EX1.8/8.sce
new file mode 100755
index 000000000..1cf6034b5
--- /dev/null
+++ b/2159/CH1/EX1.8/8.sce
@@ -0,0 +1,12 @@
+//problem 1.8
+s1=0.8
+s2=0.7
+h1=1.5
+h2=0.3
+h3=0.7
+s3=13.6
+hd=h2*s2+h3*s3-h1*s1
+w=9810
+pd=hd*w
+disp(hd, "diffrence in pressure in term of height of water(m)")
+disp(pd, "difference in pressure (N/m2)")