diff options
Diffstat (limited to '2159/CH1/EX1.9/9.sce')
-rwxr-xr-x | 2159/CH1/EX1.9/9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2159/CH1/EX1.9/9.sce b/2159/CH1/EX1.9/9.sce new file mode 100755 index 000000000..b4dac5b03 --- /dev/null +++ b/2159/CH1/EX1.9/9.sce @@ -0,0 +1,11 @@ +//problem 1.9
+s1=1.6
+s2=0.8
+s3=13.6
+p1=98100
+p2=176580
+w=9810
+h1=p1/w
+h2=p2/w
+h=(h2-h1+1.6*s2-4.1*s1)/(s3-s2)
+disp(h.*100 ,"difference in mercury level(cm)")
|