summaryrefslogtreecommitdiff
path: root/1448/CH12/EX12.1.i/I12_1.sce
blob: 315a5999b156be2378decfe8b15dd8370ca0d26b (plain)
1
2
3
4
5
6
7
clc
//Initialization of variables
lmax=4.9*10^-7 //m
//calculations
T=2.9*10^-3 /lmax
//results
printf("Surface temperature must be close to %d K",T)