summaryrefslogtreecommitdiff
path: root/3701/CH3/EX3.3/Ex3_3.sce
blob: f859950dbd909b0cf5a21abaa6bfdd96be8d5c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
////Given
n1=3
n2=2
E1=-1.5                                       //ev
E2=-3.4                                       //ev
h=6.63*10**-34                                 //Js
c=3*10**8                                      //m/s
e=1.6*10**-19

//Calculation
v=(h*c)/((E1-E2)*e)

//Result
printf("\n Wavelength is  %d Armstrom",v*10**10)
printf("\nthe answers vary due to round off error")