summaryrefslogtreecommitdiff
path: root/1286/CH14/EX14.3/14_3.sce
blob: dadf2406ed11425551427124398387fc72b51d54 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisations
E=40//j/sec
a=0.66*10^-4//sq.mt
e=0.31
t=273+2170//k
//CALCULATIONS
si=E/(e*a*t^4)
//results
printf(' \n stefans constant= % 1e j m^-2 sec^-1 deg^-4',si)