summaryrefslogtreecommitdiff
path: root/575/CH3/EX3.4.2
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /575/CH3/EX3.4.2
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '575/CH3/EX3.4.2')
-rwxr-xr-x575/CH3/EX3.4.2/3_4_2.jpgbin0 -> 51416 bytes
-rwxr-xr-x575/CH3/EX3.4.2/3_4_2.sce6
2 files changed, 6 insertions, 0 deletions
diff --git a/575/CH3/EX3.4.2/3_4_2.jpg b/575/CH3/EX3.4.2/3_4_2.jpg
new file mode 100755
index 000000000..d729b4c7c
--- /dev/null
+++ b/575/CH3/EX3.4.2/3_4_2.jpg
Binary files differ
diff --git a/575/CH3/EX3.4.2/3_4_2.sce b/575/CH3/EX3.4.2/3_4_2.sce
new file mode 100755
index 000000000..73b1f4cdd
--- /dev/null
+++ b/575/CH3/EX3.4.2/3_4_2.sce
@@ -0,0 +1,6 @@
+clc
+pathname=get_absolute_file_path('3_4_2.sce')
+filename=pathname+filesep()+'342.sci'
+exec(filename)
+Ph=P0+D*g*h
+printf("Pressure at the bottom of the lake=%E N/m^2",Ph) \ No newline at end of file