diff options
Diffstat (limited to '3428/CH12/EX6.12.15/Ex6_12_15.sce')
-rw-r--r-- | 3428/CH12/EX6.12.15/Ex6_12_15.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3428/CH12/EX6.12.15/Ex6_12_15.sce b/3428/CH12/EX6.12.15/Ex6_12_15.sce new file mode 100644 index 000000000..0013ce673 --- /dev/null +++ b/3428/CH12/EX6.12.15/Ex6_12_15.sce @@ -0,0 +1,11 @@ +//Section-6,Example-7,Page no.-P.49 +//To calculate the freezing point of the given aqueous solution. +clc; +T_bbar=373 +T_fbar=273 +T_b=373.1 +dl_H=1 //(let) dl_H=(dl_Hvap./dl_Hfus.) +dl_Tb=(T_b-T_bbar) +dl_Tf=dl_Tb*((T_fbar)^2/(T_bbar)^2)*dl_H +disp(dl_Tf,' Freezing point of the given aqueous solution') +//dl_Tf=dl_Tf*(dl_Hvap./dl_Hfus.) |