summaryrefslogtreecommitdiff
path: root/1022/CH14/EX14.3/14_3.sce
blob: 28c99ac6aac62bf205ba3cf6c1cd08dea174f7dc (plain)
1
2
3
4
5
6
7
8
clc
//initialisation of variables
T= 389 //K
s= 5.7*10^-8 //K^4
//CALCULATIONS
Wb= s*T^4
//RESULTS
printf ('Emissive power for the blackbody = %.f W/m^2',Wb)