diff options
Diffstat (limited to '2159/CH1/EX1.11')
-rwxr-xr-x | 2159/CH1/EX1.11/11.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2159/CH1/EX1.11/11.sce b/2159/CH1/EX1.11/11.sce new file mode 100755 index 000000000..a8f79c93d --- /dev/null +++ b/2159/CH1/EX1.11/11.sce @@ -0,0 +1,10 @@ +// problem 1.11
+s1=0.8
+s2=13.6
+z=0.02
+w=9810
+h2=0.2
+h1=0.1
+h=h2*s2-h1*s1+(z*h2*(s2-s1))
+p=h*w
+disp(p,"pressure of the oil in N/m2")
|