summaryrefslogtreecommitdiff
path: root/3718/CH3/EX3.9
diff options
context:
space:
mode:
Diffstat (limited to '3718/CH3/EX3.9')
-rw-r--r--3718/CH3/EX3.9/Ex3_9.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3718/CH3/EX3.9/Ex3_9.sce b/3718/CH3/EX3.9/Ex3_9.sce
new file mode 100644
index 000000000..10b2d2fff
--- /dev/null
+++ b/3718/CH3/EX3.9/Ex3_9.sce
@@ -0,0 +1,12 @@
+//Chapter 3: Thermodynamic and Chemical Equilibrium
+//Problem: 9
+clc;
+
+//Declaration of Variables
+wt = 10 //in g
+heat_a = 4.5 //in K
+
+// Solution
+m = 10 / 100.0 // mol
+d_h = heat_a / m
+mprintf("The heat of the reaction is:%d K cal / mol", d_h)