diff options
Diffstat (limited to '551/CH5/EX5.2/2.sce')
-rwxr-xr-x | 551/CH5/EX5.2/2.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/551/CH5/EX5.2/2.sce b/551/CH5/EX5.2/2.sce new file mode 100755 index 000000000..d8047f9ed --- /dev/null +++ b/551/CH5/EX5.2/2.sce @@ -0,0 +1,9 @@ +clc
+Q_12=30; //kJ
+W_12=60; //kJ
+dU_12=Q_12-W_12;
+Q_21=0;
+W_21=Q_21+dU_12;
+disp("W_21 =")
+disp(W_21)
+disp("Thus 30 kJ work has to be done on the system to restore it to original state, by adiabatic process.")
\ No newline at end of file |