From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 3428/CH2/EX1.2.17/Ex1_2_17.sce | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 3428/CH2/EX1.2.17/Ex1_2_17.sce (limited to '3428/CH2/EX1.2.17/Ex1_2_17.sce') diff --git a/3428/CH2/EX1.2.17/Ex1_2_17.sce b/3428/CH2/EX1.2.17/Ex1_2_17.sce new file mode 100644 index 000000000..10b219ce8 --- /dev/null +++ b/3428/CH2/EX1.2.17/Ex1_2_17.sce @@ -0,0 +1,19 @@ +//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 +Plus_CO2=0.05 +T_CO2=T+L_O2+Plus_CO2 +T_N2=1.6 +T_O2=Net_O2*(40/100) +T_W=T_CO2+T_N2+T_O2 +M_Q=Net_O2*(100/21) +P_CO2=(T_CO2/T_W)*100 +disp(P_CO2,'Percentage composition of CO_2') +P_N2=(T_N2/T_W)*100 +disp(P_N2,'Percentage composition of N_2') +P_O2=(T_O2/T_W)*100 +disp(P_O2,'Percentage composition of O_2') -- cgit