summaryrefslogtreecommitdiff
path: root/2159/CH1/EX1.7
diff options
context:
space:
mode:
Diffstat (limited to '2159/CH1/EX1.7')
-rwxr-xr-x2159/CH1/EX1.7/7.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2159/CH1/EX1.7/7.sce b/2159/CH1/EX1.7/7.sce
new file mode 100755
index 000000000..874b4cb8a
--- /dev/null
+++ b/2159/CH1/EX1.7/7.sce
@@ -0,0 +1,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")