diff options
Diffstat (limited to '1427/CH18/EX18.11/18_11.sce')
-rw-r--r-- | 1427/CH18/EX18.11/18_11.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH18/EX18.11/18_11.sce b/1427/CH18/EX18.11/18_11.sce new file mode 100644 index 000000000..da5e0a394 --- /dev/null +++ b/1427/CH18/EX18.11/18_11.sce @@ -0,0 +1,7 @@ +//ques-18.11
+//Calculating heat to be withdrawn from reservoir
+clc
+n=0.42;//efficiency
+w=203;//work done (in cal)
+q2=w/n;//heat withdrawn (in cal)
+printf("Heat withdrawn from reservoir is %.1f cal.",q2);
|