diff options
Diffstat (limited to '3428/CH2')
-rw-r--r-- | 3428/CH2/EX1.2.17/Ex1_2_17.sce | 1 | ||||
-rw-r--r-- | 3428/CH2/EX1.2.18/Ex1_2_18.sce | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/3428/CH2/EX1.2.17/Ex1_2_17.sce b/3428/CH2/EX1.2.17/Ex1_2_17.sce index 10b219ce8..624bf6681 100644 --- a/3428/CH2/EX1.2.17/Ex1_2_17.sce +++ b/3428/CH2/EX1.2.17/Ex1_2_17.sce @@ -1,7 +1,6 @@ //Section-1,Example-4,Page no.-AC.205 //To find the air required for the perfect combustion of 1 m^3 of the given gas. clc; -H_2= T=0.22 L_O2=0.02 Net_O2=0.2 diff --git a/3428/CH2/EX1.2.18/Ex1_2_18.sce b/3428/CH2/EX1.2.18/Ex1_2_18.sce index c0f02bab3..5d859832b 100644 --- a/3428/CH2/EX1.2.18/Ex1_2_18.sce +++ b/3428/CH2/EX1.2.18/Ex1_2_18.sce @@ -19,5 +19,5 @@ P_N2=(W_N2/T_W)*100 disp(P_N2,'Percentage composition of N_2') P_O2=(W_O2/T_W)*100 disp(P_O2,'Percentage composition of O_2') -P_O2=(W_SO2/T_W)*100 +P_SO2=(W_SO2/T_W)*100 disp(P_SO2,'Percentage composition of SO_2') |