diff options
Diffstat (limited to '779/CH14/EX14.1/14_1.sce')
-rwxr-xr-x | 779/CH14/EX14.1/14_1.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/779/CH14/EX14.1/14_1.sce b/779/CH14/EX14.1/14_1.sce new file mode 100755 index 000000000..419a01074 --- /dev/null +++ b/779/CH14/EX14.1/14_1.sce @@ -0,0 +1,6 @@ +T2 = 268; T1 = 308;
+COP = T2/(T1-T2);
+ACOP = COP/3; // Actual COP
+Q2 = 29; // in kW
+W = Q2/ACOP;
+disp("kW",W,"Power required to derive the plane is")
\ No newline at end of file |