diff options
Diffstat (limited to '527/CH6/EX6.2/6_2exam.sce')
-rwxr-xr-x | 527/CH6/EX6.2/6_2exam.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/527/CH6/EX6.2/6_2exam.sce b/527/CH6/EX6.2/6_2exam.sce new file mode 100755 index 000000000..6c9273bb0 --- /dev/null +++ b/527/CH6/EX6.2/6_2exam.sce @@ -0,0 +1,12 @@ +//Engineering and Chemical Thermodynamics
+//Example 6.2
+//Page no :261
+
+clear ; clc ;
+//Given
+slop = -4222.1 ;
+R = 8.314 ;
+del_h_vap = -R * slop * 10^-3 ;
+
+disp(" Example: 6.2 Page no : 261") ;
+printf("\n Enthalpy of vapourisation of Ga(CH3)3 = %.1f kJ/mol",del_h_vap) ;
\ No newline at end of file |