summaryrefslogtreecommitdiff
path: root/3755/CH5/EX5.3/Ex5_3.sce
blob: 088a844f6f8cfa9fd857434e63e4afc70bf14dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear
//
//
//

//Variable declaration    
T=327+273;    //temperature(K)
b=2.897*10^-3;      //value of b(mK)

//Calculations
lamda_m=b/T;          //wavelength(m)

//Result
printf("\n wavelength is %0.0f angstrom",lamda_m*10^10)