summaryrefslogtreecommitdiff
path: root/3769/CH24/EX24.10/Ex24_10.sce
blob: d23b7de7938829d971ab6e4b78565ad60d344b1c (plain)
1
2
3
4
5
6
7
8
9
clear
//Given
Rh=1.097*10**7

//Calculation
l=9/(8.0*Rh)

//Result
printf("\n Wavelength of second line is %0.0f  A",l*10**10)