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/CH16/EX10.16.2/Ex10_16_2.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/CH16/EX10.16.2/Ex10_16_2.sce')
-rw-r--r-- | 3428/CH16/EX10.16.2/Ex10_16_2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3428/CH16/EX10.16.2/Ex10_16_2.sce b/3428/CH16/EX10.16.2/Ex10_16_2.sce new file mode 100644 index 000000000..a851a1ea2 --- /dev/null +++ b/3428/CH16/EX10.16.2/Ex10_16_2.sce @@ -0,0 +1,9 @@ +//Section-10,Example-2,Page no.-CT.3
+//To find dl_H for reduction of iron(III)by aluminium,
+clc;
+dl_HFe=0 //dlH_f(Fe)
+dl_HFAl2O3=-399.1 //dlH_f(Al_2O_3)
+dl_HAl=0 //dlH_f(Al)
+dl_HFe2O3=-196.51 //dlH_f(Fe_2O_3)
+dl_H=(2*dl_HFe+dl_HFAl2O3)-(2*dl_HAl+dl_HFe2O3)
+disp (dl_H,'Enthalpy change for the reduction of 1 mol Fe_2O_3(kCal)').
|