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/CH11/EX11.1/11_1.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 1967/CH11/EX11.1/11_1.sce (limited to '1967/CH11/EX11.1') diff --git a/1967/CH11/EX11.1/11_1.sce b/1967/CH11/EX11.1/11_1.sce new file mode 100755 index 000000000..3a84907e7 --- /dev/null +++ b/1967/CH11/EX11.1/11_1.sce @@ -0,0 +1,12 @@ +clc +//initialisation of variables +clear +T= 0 //C +sv= 1.0001 //cc g^-1 +sv1= 1.0907 //cc g^-1 +R= 0.0242 //atm^-1 cc^-1 cal +p= 79.8 //atm +//CALCULATIONS +r= (273.2+T)*(sv-sv1)*R/p +//RESULTS +printf ('rate of change of melting point = %.4f deg atm^-1',r) -- cgit