summaryrefslogtreecommitdiff
path: root/806/CH1/EX1.5
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /806/CH1/EX1.5
parentb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff)
downloadScilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip
initial commit / add all books
Diffstat (limited to '806/CH1/EX1.5')
-rw-r--r--806/CH1/EX1.5/15.sce12
-rw-r--r--806/CH1/EX1.5/15.txt29
2 files changed, 41 insertions, 0 deletions
diff --git a/806/CH1/EX1.5/15.sce b/806/CH1/EX1.5/15.sce
new file mode 100644
index 000000000..d11cd408d
--- /dev/null
+++ b/806/CH1/EX1.5/15.sce
@@ -0,0 +1,12 @@
+clc
+pathname=get_absolute_file_path('15.sce')
+filename=pathname+filesep()+'15.sci'
+exec(filename)
+diary('C:\users\Bhavesh\desktop\scilab\15.txt')
+disp("With regard to Example 1.4 suppose the cylinder is a water quality sample bottle used to collect water samples at a predetermined depths.At deep Depths the sample Bottle has a smaller volume to collect 995 cm^3 due to compression.Suppose that analysis reveals that 15 mg of sediment are collected.What would be the difference in concerntration data measured shipboard where the pressure is atmospheric versus the in situ depths where the sample was collected?")
+disp("Solution:")
+C1=M/V1//Concerntration of shipboard
+C2=M/V2//concerntration of in situ depth
+disp("mg/cm^3",C1,"Concerntration of shipboard")
+disp("mg/cm^3",C2,"Concerntration of in situ depth")
+diary(0)
diff --git a/806/CH1/EX1.5/15.txt b/806/CH1/EX1.5/15.txt
new file mode 100644
index 000000000..c2d88f30b
--- /dev/null
+++ b/806/CH1/EX1.5/15.txt
@@ -0,0 +1,29 @@
+
+ With regard to Example 1.4 suppose the
+ cylinder is a water quality sample
+ bottle used to collect water samp
+ les at a predetermined depths.At d
+ eep Depths the sample Bottle has a
+ smaller volume to collect 995 cm^
+ 3 due to compression.Suppose that
+ analysis reveals that 15 mg of sed
+ iment are collected.What would be
+ the difference in concerntration d
+ ata measured shipboard where the p
+ ressure is atmospheric versus the
+ in situ depths where the sample wa
+ s collected?
+
+ Solution:
+
+ Concerntration of shipboard
+
+ 0.015
+
+ mg/cm^3
+
+ Concerntration of in situ depth
+
+ 0.0150754
+
+ mg/cm^3