diff options
Diffstat (limited to '1388/CH4/EX4.4/4_4.sce')
-rwxr-xr-x | 1388/CH4/EX4.4/4_4.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1388/CH4/EX4.4/4_4.sce b/1388/CH4/EX4.4/4_4.sce new file mode 100755 index 000000000..3d400acec --- /dev/null +++ b/1388/CH4/EX4.4/4_4.sce @@ -0,0 +1,12 @@ +clc
+//initialisation of variables
+Hv= 9720 //cal mole^-1
+Hv1= 30900 //cal mole^-1
+Tb= 373 //K
+Tb1= 1029 //K
+//CALCULATIONS
+Sv= Hv/Tb
+Sv1= Hv1/Tb1
+//RESULTS
+printf (' Entropy= %.f cal mole deg^-1',Sv)
+printf (' \n Entropy = %.f cal mole deg^-1',Sv1)
|