diff options
Diffstat (limited to '2159/CH1/EX1.4/4.sce')
-rwxr-xr-x | 2159/CH1/EX1.4/4.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2159/CH1/EX1.4/4.sce b/2159/CH1/EX1.4/4.sce new file mode 100755 index 000000000..1b8231281 --- /dev/null +++ b/2159/CH1/EX1.4/4.sce @@ -0,0 +1,7 @@ +//problem 1.4
+p=71613 //gauge pressure
+w=9810
+phead=p/w
+patm=10.33
+pabs=patm+phead
+disp(pabs,"absolute pressure in term of water height in meters")
|