summaryrefslogtreecommitdiff
path: root/2465/CH4/EX4.13/Ex4_13.sce
blob: f47b7d766470475a8e2d8cd15ce68abd3f287624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Chapter-4,Example 13,Page 96
clc;
close;


q_rev= 12.19    //latent heat 

n= 32    //mols

T= 273-182.9   //temperature in Kelvin

dS= q_rev*n/T

printf('the change of molar entropy is %.2f J/mol',dS)