diff options
Diffstat (limited to '632/CH3/EX3.3/example3_3.sce')
-rwxr-xr-x | 632/CH3/EX3.3/example3_3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/632/CH3/EX3.3/example3_3.sce b/632/CH3/EX3.3/example3_3.sce new file mode 100755 index 000000000..5b79aff98 --- /dev/null +++ b/632/CH3/EX3.3/example3_3.sce @@ -0,0 +1,9 @@ +//clc()
+Na = 23;//gm/mol
+MNa = 100;//kg
+N = MNa * 1000 / Na ;//g-atoms
+NNa2SO4 = N / 2;
+disp("kmol",NNa2SO4,"(a) moles of sodium sulphate = ")
+MNa2SO4 = 142.06;
+m = NNa2SO4 * MNa2SO4/1000;
+disp("kg",m,"(b)kilograms of sodium sulphate = ")
\ No newline at end of file |