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 --- 2165/CH8/EX8.19/8_19.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 2165/CH8/EX8.19/8_19.sce (limited to '2165/CH8/EX8.19/8_19.sce') diff --git a/2165/CH8/EX8.19/8_19.sce b/2165/CH8/EX8.19/8_19.sce new file mode 100755 index 000000000..79ae1c53f --- /dev/null +++ b/2165/CH8/EX8.19/8_19.sce @@ -0,0 +1,11 @@ +clc +//initialisation of variables +cv=0.1714//C.H.U +R=100.3//ft.lb +T=500//degree c +J=1400//in +Lam=R/J//C.H.U percent C +//CALCULATIONS +Cp=Lam+cv//C.H.U percent C +//RESULTS +printf('The specific heat at constant volume of a gaseous mixture is=% f C.H.U percent C',Cp) -- cgit