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

//Calculation
l=4/Rh

//Result
printf("\n Shortest wavelength is %0.0f  A",l*10**10)