summaryrefslogtreecommitdiff
path: root/1388/CH4/EX4.2/4_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1388/CH4/EX4.2/4_2.sce')
-rwxr-xr-x1388/CH4/EX4.2/4_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1388/CH4/EX4.2/4_2.sce b/1388/CH4/EX4.2/4_2.sce
new file mode 100755
index 000000000..3de35cd31
--- /dev/null
+++ b/1388/CH4/EX4.2/4_2.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+T= 20 //C
+T1= -10 //C
+q= 1000 //cal
+//CALCULATIONS
+e= (273+T1)/(T-T1)
+w= (T-T1)*q/(273+T1)
+//RESULTS
+printf (' maximum efficiency = %.1f ',e)
+printf (' \n minimum work = %.f cal',w)