summaryrefslogtreecommitdiff
path: root/3701/CH3/EX3.5/Ex3_5.sce
blob: 1beccf87a13d3ede44d3762481f45586ffacff5b (plain)
1
2
3
4
5
6
7
8
9
10
11
////Given
R=1.097*10**7                            //m-1
n=2

//Calculation
v=n**2/(3.0*R)
v1=1/R                                  // for n=infinite

//Result
printf("\n longest wavelength is  %0.0f A",v*10**10)
printf("\n shortest wavelength is  %0.1f A",v1*10**10)