diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /3516/CH4/EX4.1/4_1.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '3516/CH4/EX4.1/4_1.sce')
-rw-r--r-- | 3516/CH4/EX4.1/4_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3516/CH4/EX4.1/4_1.sce b/3516/CH4/EX4.1/4_1.sce new file mode 100644 index 000000000..4670e8c83 --- /dev/null +++ b/3516/CH4/EX4.1/4_1.sce @@ -0,0 +1,9 @@ +clc
+//page 75
+printf("\t example 4.1 \n");
+printf("\t approximate values are mentioned in the book \n");
+T1=1000+460; // R
+T2=800+460; // R
+Q=((0.173)*((14.6)^4-(12.6)^4)); // using eq.4.24,Btu/(hr)*(ft^2)
+printf("\t heat removed from colder wall per unit area is : %.0f Btu/(hr)*(ft^2) \n",Q);
+// end
|