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 --- 1439/CH14/EX14.1/14_1.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 1439/CH14/EX14.1/14_1.sce (limited to '1439/CH14/EX14.1') diff --git a/1439/CH14/EX14.1/14_1.sce b/1439/CH14/EX14.1/14_1.sce new file mode 100755 index 000000000..147ba31a4 --- /dev/null +++ b/1439/CH14/EX14.1/14_1.sce @@ -0,0 +1,15 @@ +clc +//initialisation of variables +n=2 +V= 0.67533 //volt +E= 23060 //cal volt^-1 +Tc= -6.5*10^-4 //volt deg^-1 +T= 25 //C +//CALCULATIONS +G= -n*V*E +S= n*E*Tc +H= -n*E*V+n*Tc*E*(273+T) +//RESULTS +printf ('dG = %.f cal',G) +printf ('\n dS = %.f cal deg^-1',S) +printf ('\n dH = %.f cal',H) -- cgit