summaryrefslogtreecommitdiff
path: root/3428/CH12/EX6.12.8/Ex6_12_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH12/EX6.12.8/Ex6_12_8.sce')
-rw-r--r--3428/CH12/EX6.12.8/Ex6_12_8.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3428/CH12/EX6.12.8/Ex6_12_8.sce b/3428/CH12/EX6.12.8/Ex6_12_8.sce
new file mode 100644
index 000000000..ce92b4498
--- /dev/null
+++ b/3428/CH12/EX6.12.8/Ex6_12_8.sce
@@ -0,0 +1,9 @@
+//Section-6,Example-1,Page no.-P.40
+//To find by how much is the chemical potential of benzene reduced for the given conditions.
+clc;
+x_B=0.10
+x_A=1.0-0.10
+R=8.314
+T=298
+mu=R*T*log(x_A) //mu=mu_A-mu_Abar
+disp(mu,'Required chemical potential(Jmol^-1)')