diff options
Diffstat (limited to '1385/CH12/EX12.5')
-rwxr-xr-x | 1385/CH12/EX12.5/12_5.sce | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/1385/CH12/EX12.5/12_5.sce b/1385/CH12/EX12.5/12_5.sce index a384c0a7b..26ec093da 100755 --- a/1385/CH12/EX12.5/12_5.sce +++ b/1385/CH12/EX12.5/12_5.sce @@ -1,12 +1,12 @@ -clc
-//initialisation of variables
-T= 90 //C
-T1= 25 //C
-Cp= 6.9 //cal per mole per degree
-CP1= 7.05 //cal per mole per degree
-Cp2= 18 //cal per mole per degree
-H= -68.37 //kcal
-//CALCULATIONS
-H1= H+(Cp2-Cp-0.5*Cp1)*((T-T1)/1000)
-//RESULTS
-printf (' heat of formation= %.2f cal',H1)
+clc +//initialisation of variables +T= 90 //C +T1= 25 //C +Cp= 6.9 //cal per mole per degree +Cp1= 7.05 //cal per mole per degree +Cp2= 18 //cal per mole per degree +H= -68.37 //kcal +//CALCULATIONS +H1= H+(Cp2-Cp-0.5*Cp1)*((T-T1)/1000) +//RESULTS +printf (' heat of formation= %.2f cal',H1)
\ No newline at end of file |