summaryrefslogtreecommitdiff
path: root/1280/CH9/EX9.1/9_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1280/CH9/EX9.1/9_1.sce')
-rwxr-xr-x1280/CH9/EX9.1/9_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1280/CH9/EX9.1/9_1.sce b/1280/CH9/EX9.1/9_1.sce
new file mode 100755
index 000000000..5569458d0
--- /dev/null
+++ b/1280/CH9/EX9.1/9_1.sce
@@ -0,0 +1,9 @@
+clc
+//initialisation of variables
+t= 4 //hr
+Ihp= 8 //ihp
+Ohp= 5 //hp
+//CALCULATIONS
+Hl= t*2544*(Ihp-Ohp)
+//RESULTS
+printf ('total Btu heat loss over a period of 4hr = %.f Btu',Hl)