From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 806/CH1/EX1.5/15.sce | 12 ++++++++++++ 806/CH1/EX1.5/15.txt | 29 +++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 806/CH1/EX1.5/15.sce create mode 100644 806/CH1/EX1.5/15.txt (limited to '806/CH1/EX1.5') 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 -- cgit