diff options
Diffstat (limited to '632/CH11/EX11.15/example11_15.sce')
-rwxr-xr-x | 632/CH11/EX11.15/example11_15.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/632/CH11/EX11.15/example11_15.sce b/632/CH11/EX11.15/example11_15.sce new file mode 100755 index 000000000..41665db1e --- /dev/null +++ b/632/CH11/EX11.15/example11_15.sce @@ -0,0 +1,9 @@ +//clc()
+Hna = 26.04;//J/g-atomK
+Hs = 22.6;//J/g-atomK
+Ho = 16.8;//J/g-atomK
+Hh = 9.6;//J/g-atomK
+Hna2so410h2o = 2*Hna + Hs + 14*Ho + 20*Hh;
+Hexp = 592.2;//J/molK
+Deviation = (Hexp - Hna2so410h2o)*100/Hexp;
+disp("%",Deviation,"Deviation in heat capacity = ")
|