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 --- 1967/CH5/EX5.1/5_1.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 1967/CH5/EX5.1/5_1.sce (limited to '1967/CH5/EX5.1') diff --git a/1967/CH5/EX5.1/5_1.sce b/1967/CH5/EX5.1/5_1.sce new file mode 100755 index 000000000..2fe778db8 --- /dev/null +++ b/1967/CH5/EX5.1/5_1.sce @@ -0,0 +1,11 @@ +clc +//initialisation of variables +clear +Q1= -1227 //kcal +R= 2*10^-3 //kcal +T= 25 //C +dn= -2 +//CALCULATIONS +Qp= Q1+R*(273+T)*dn +//RESULTS +printf ('Heat of reaction = %.1f kcal',Qp) -- cgit