summaryrefslogtreecommitdiff
path: root/3701/CH2/EX2.17/Ex2_17.sce
blob: 51aa288c9f7f75cc1652b747c33cba8ee659f356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
////Given
E=4*10**3*1.6*10**-19
m0=9.1*10**-31
b=6.4*10**-16
d=102.39*10**-16
h=6.3*10**-34
c=3*10**8

//Calculation
//
p=sqrt(2*m0*E)
d=b+d
lembda=(2*h*c)/d

//Result
printf("\n Wavelength of incident photon is  %0.2f A",lembda*10**10)