diff options
Diffstat (limited to '1286/CH14/EX14.5/14_5.sce')
-rwxr-xr-x | 1286/CH14/EX14.5/14_5.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/1286/CH14/EX14.5/14_5.sce b/1286/CH14/EX14.5/14_5.sce new file mode 100755 index 000000000..fae3a736d --- /dev/null +++ b/1286/CH14/EX14.5/14_5.sce @@ -0,0 +1,14 @@ +clc
+//initialisation
+t1=700//k
+t2=290//k
+E=10000//w m^-2
+si=5.7*10^-8
+//CALCULATIONS
+t=(t1^4+t2^4)/2
+T=t^0.25
+t1=E/si
+T1=t1^0.25
+//results
+printf(' \n temperature its rate will be halved= % 1f k',T)
+printf(' \n temperature of body= % 1f k',T1)
|