summaryrefslogtreecommitdiff
path: root/3050/CH1/EX1.2/Ex1_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3050/CH1/EX1.2/Ex1_2.sce')
-rwxr-xr-x3050/CH1/EX1.2/Ex1_2.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3050/CH1/EX1.2/Ex1_2.sce b/3050/CH1/EX1.2/Ex1_2.sce
new file mode 100755
index 000000000..84d87ba06
--- /dev/null
+++ b/3050/CH1/EX1.2/Ex1_2.sce
@@ -0,0 +1,9 @@
+//calculating mass
+//Example 1.2
+clc
+clear
+wt=152//molar mass of FeSo4 in moles
+Eq=210.5//equivalents of CaCO3 in ppm
+m=wt*Eq/100//Mass of FeSO4 in ppm
+m1=m/1000//Mass of FeSO4 required per liter
+printf('Thus the mass of FeSO4 required per litre is %2.5f g/L',m1)