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 --- 3428/CH12/EX6.12.6/Ex6_12_6.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3428/CH12/EX6.12.6/Ex6_12_6.sce (limited to '3428/CH12/EX6.12.6/Ex6_12_6.sce') diff --git a/3428/CH12/EX6.12.6/Ex6_12_6.sce b/3428/CH12/EX6.12.6/Ex6_12_6.sce new file mode 100644 index 000000000..ed5d5c438 --- /dev/null +++ b/3428/CH12/EX6.12.6/Ex6_12_6.sce @@ -0,0 +1,9 @@ +//Section-6,Example-1,Page no.-P.38 +//To find the change in chemical potential of the substance in the given condition. +clc; +R=8.314 +T=298 +P=0.5 +P_0=1 +mu_1=R*T*log(P/P_0) //mu_1=mu-mu_0 +disp(mu_1,'Change in chemical potential of the substance(J/mol)') -- cgit