diff options
Diffstat (limited to '1460/CH14/EX14.2/14_2.sce')
-rwxr-xr-x | 1460/CH14/EX14.2/14_2.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1460/CH14/EX14.2/14_2.sce b/1460/CH14/EX14.2/14_2.sce new file mode 100755 index 000000000..6aa1dde5d --- /dev/null +++ b/1460/CH14/EX14.2/14_2.sce @@ -0,0 +1,10 @@ +clc
+//initialization of variables
+x1=1 //in
+x2=4 //in
+T1=85 //F
+T2=30 //F
+//calculations
+QbyA=12*(T1-T2)/(x1/0.3 + x2/0.026)
+//results
+printf("Rate of heat flow = %.1f B/r-ft^2-F",QbyA)
|