summaryrefslogtreecommitdiff
path: root/2495/CH1/EX1.5.10
diff options
context:
space:
mode:
Diffstat (limited to '2495/CH1/EX1.5.10')
-rw-r--r--2495/CH1/EX1.5.10/Ex1_5_10.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2495/CH1/EX1.5.10/Ex1_5_10.sce b/2495/CH1/EX1.5.10/Ex1_5_10.sce
new file mode 100644
index 000000000..24edd9961
--- /dev/null
+++ b/2495/CH1/EX1.5.10/Ex1_5_10.sce
@@ -0,0 +1,9 @@
+clear
+clc
+T=273;//in K
+R=8.314;//in J/Kmol
+DelHm=T*2.303*R;//in J/mol
+printf('DelHm=%.1d J/mol',DelHm)
+
+//page 16
+