diff options
Diffstat (limited to '632/CH3/EX3.5/example3_5.sce')
-rwxr-xr-x | 632/CH3/EX3.5/example3_5.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/632/CH3/EX3.5/example3_5.sce b/632/CH3/EX3.5/example3_5.sce new file mode 100755 index 000000000..d9fb24fcd --- /dev/null +++ b/632/CH3/EX3.5/example3_5.sce @@ -0,0 +1,8 @@ +//clc()
+MKClO3 = 122.55
+mKClO3 = 100;//kg
+NKClO3 = mKClO3 / MKClO3;
+NO2 = 3 * NKClO3 / 2;
+V1 = 22.4143;//m^3/kmol;
+V = V1 * NO2;
+disp("m^3",V,"volume of oxygen produced = ")
\ No newline at end of file |