summaryrefslogtreecommitdiff
path: root/2966/CH1/EX1.4.89/1_4_89.sce
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /2966/CH1/EX1.4.89/1_4_89.sce
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 '2966/CH1/EX1.4.89/1_4_89.sce')
-rw-r--r--2966/CH1/EX1.4.89/1_4_89.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2966/CH1/EX1.4.89/1_4_89.sce b/2966/CH1/EX1.4.89/1_4_89.sce
new file mode 100644
index 000000000..e0390c996
--- /dev/null
+++ b/2966/CH1/EX1.4.89/1_4_89.sce
@@ -0,0 +1,11 @@
+//water//
+//page 1.89 example 4//
+clc
+volume_hardwater=3500//in litres//
+volume_NaCl=25//Volume of NaCl in litres//
+Wt_per_Litre=100//% NaCl consumed by zeolite bed//
+total_wt=Wt_per_Litre*volume_NaCl//total gms NaCl consumed by zeolite bed//
+CaCO3_equivalent=total_wt*50/58.5//in terms of (gms/lit)//
+H=CaCO3_equivalent/volume_hardwater//Hardness of water(gms/lit)//
+Hardness=H*1000//Hardness of water(mg/lit) or ppm//
+printf("\nHardness of water sample is %.1f ppm",Hardness); \ No newline at end of file