summaryrefslogtreecommitdiff
path: root/620/CH4/EX4.6/example4_6.sce
blob: 0ce5c6f0339ddf261c5806133f91807be2abac60 (plain)
1
2
3
4
5
6
r1=10;
r2=144;
a_1=0.0045;
T1=20;
T2=(r2/r1-1)/a_1+T1;
disp("the temperature (in  °C) of the hot filament is"); disp(T2);