summaryrefslogtreecommitdiff
path: root/2870/CH7/EX7.1/Ex7_1.sce
blob: 13c15197f8466c8451af9729d0cb62165223317e (plain)
1
2
3
4
5
6
7
8
9
10
clc;clear;
//Example 7.1

//given data
Q=750;
Tsys=300;

//calculations
dSsys=Q/Tsys;
disp(dSsys,'Entropy change in the process in kJ/K')