summaryrefslogtreecommitdiff
path: root/3701/CH2/EX2.8/Ex2_8.sce
blob: bfd71f5af0a4bb1174842217eda8694ac741d50d (plain)
1
2
3
4
5
6
7
8
9
10
11
////Given
lembda=3500*10**-10                               //m
h=6.6*10**-34
c=3*10**8                                         //m/s

//calculation 
E=((h*c)/lembda)/1.6*10**-19

//Result
printf("\n Energy is  %0.2f ev",E*10**38)
printf("\n 1.9 ev < E < 4.2 ev,only metal B will yield photoelectrons")