summaryrefslogtreecommitdiff
path: root/3875/CH10/EX10.5/Ex10_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3875/CH10/EX10.5/Ex10_5.sce')
-rw-r--r--3875/CH10/EX10.5/Ex10_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3875/CH10/EX10.5/Ex10_5.sce b/3875/CH10/EX10.5/Ex10_5.sce
new file mode 100644
index 000000000..cbb9b2021
--- /dev/null
+++ b/3875/CH10/EX10.5/Ex10_5.sce
@@ -0,0 +1,10 @@
+clc;
+clear;
+T0=293 //temperature of the surrounding
+T1=373 //temperature of the black body in case 1
+T2=303 //temperature of the black body in case 2
+
+//calculation
+
+E1_by_E2=(T1^4-T0^4)/(T2^4-T0^4)
+mprintf("The ratio of how much body cools in the first case to the second case is = %2.1f",E1_by_E2)