diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /3428/CH12/EX6.12.6/Ex6_12_6.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '3428/CH12/EX6.12.6/Ex6_12_6.sce')
-rw-r--r-- | 3428/CH12/EX6.12.6/Ex6_12_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
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)') |