summaryrefslogtreecommitdiff
path: root/1019/CH8/EX8.7/Example_8_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '1019/CH8/EX8.7/Example_8_7.sce')
-rw-r--r--1019/CH8/EX8.7/Example_8_7.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1019/CH8/EX8.7/Example_8_7.sce b/1019/CH8/EX8.7/Example_8_7.sce
new file mode 100644
index 000000000..b1b2d8572
--- /dev/null
+++ b/1019/CH8/EX8.7/Example_8_7.sce
@@ -0,0 +1,14 @@
+//Example 8.6
+clear;
+clc;
+
+//Given
+T=673;//temperature in K
+R=8.314;//gas constant in J K^-1 mol^-1
+p=101325;//pressure in N m^-2
+Kp=1.64*10^(-4);//Equillibrium constant for the synthesis of amonia at 673 K
+
+//To determine the value of delGo
+delGo=(-1)*R*T*log(Kp);//delGo in J mol^-1
+mprintf('Change in free energy,delGo = %f J mol^-1',delGo);
+//end \ No newline at end of file