diff options
Diffstat (limited to '1478/CH2/EX2.18.9')
-rwxr-xr-x | 1478/CH2/EX2.18.9/2_18_9.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1478/CH2/EX2.18.9/2_18_9.sce b/1478/CH2/EX2.18.9/2_18_9.sce new file mode 100755 index 000000000..10092cb68 --- /dev/null +++ b/1478/CH2/EX2.18.9/2_18_9.sce @@ -0,0 +1,9 @@ +//water and its treatment//
+//example 2.18.9//
+clc
+Hardness_ppm1=350//ppm in terms of CaCO3//
+Hardness_ppm2=500//ppm in terms of CaCO3//
+Cl=0.07*Hardness_ppm1//0.07°Clarke =1 ppm//
+Fr=0.1*Hardness_ppm2//0.1°French =1 ppm//
+printf("1)Hardness in terms of degree Clarke %.1f °Cl",Cl);
+printf("\n 2)Hardness in terms of degree French %.0f °Fr",Fr);
\ No newline at end of file |