diff options
Diffstat (limited to '2144/CH2/EX2.14/exa_2_14.sce')
-rwxr-xr-x | 2144/CH2/EX2.14/exa_2_14.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2144/CH2/EX2.14/exa_2_14.sce b/2144/CH2/EX2.14/exa_2_14.sce new file mode 100755 index 000000000..5e21ab988 --- /dev/null +++ b/2144/CH2/EX2.14/exa_2_14.sce @@ -0,0 +1,10 @@ +// Example 2.14
+clc;
+clear;
+close;
+// Given data
+Q= -40;// in kJ/kg
+W= -80;// in kJ/kg
+E= Q-W;// change in internal energy in kJ/kg
+disp(E,"Change in internal energy in kJ/kg is : ")
+disp("Thus internal energy of the working substance increases ")
|