summaryrefslogtreecommitdiff
path: root/551/CH5/EX5.15/15.sce
diff options
context:
space:
mode:
Diffstat (limited to '551/CH5/EX5.15/15.sce')
-rwxr-xr-x551/CH5/EX5.15/15.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/551/CH5/EX5.15/15.sce b/551/CH5/EX5.15/15.sce
new file mode 100755
index 000000000..bd1e2c830
--- /dev/null
+++ b/551/CH5/EX5.15/15.sce
@@ -0,0 +1,10 @@
+clc
+T1=550; //K
+T3=350; //K
+// W=Q2*((T1-T2)/T2)
+// W=Q2((T2-T3)/T2)
+// From this we get following expression
+T2=(T1+T3)/2;
+disp("Intermediate temperature =")
+disp(T2)
+disp("K") \ No newline at end of file