From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3428/CH5/EX5.3/Ex5_3.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 3428/CH5/EX5.3/Ex5_3.sce (limited to '3428/CH5/EX5.3') diff --git a/3428/CH5/EX5.3/Ex5_3.sce b/3428/CH5/EX5.3/Ex5_3.sce new file mode 100644 index 000000000..c29faa47b --- /dev/null +++ b/3428/CH5/EX5.3/Ex5_3.sce @@ -0,0 +1,7 @@ +//Section-1,Example-3,Page no.-AC.163 +//To find the weight of air actually supplied per m^3 of the gas. +clc; +M_w=28.94 +V=300*(100/21)*(150/100) //Volume of air reqd. for 1m^3 of gas using 50% excess air(L) +W=V*(1/22.4)*M_w +disp(W,'weight of air actually supplied per m^3 of the gas.(gm)') -- cgit