summaryrefslogtreecommitdiff
path: root/3701/CH2/EX2.4/Ex2_4.sce
blob: 5da21c2a9ffcb14ac06e9ad9567c60f80f5226af (plain)
1
2
3
4
5
6
7
8
9
10
11
////Given
W=3.45                                     //ev
h=6.63*10**-34                              //Js
c=3*10**8                                   //m/s
e=1.6*10**-19

//Calculation
lembda=(h*c)/(W*e)

//Result
printf("\n Maximum wavelength of photon is  %0.0f A",lembda*10**10)