diff options
Diffstat (limited to '1280/CH9/EX9.1/9_1.sce')
-rwxr-xr-x | 1280/CH9/EX9.1/9_1.sce | 9 |
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)
|