summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.21/Ex1_21.sce
blob: 992581a50bb385df21e707d0e9d183e148811fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
clc
//
//
//

//Variable declaration
R=100   //radius
D25=0.8 //Diameter of the 25th ring
D5=0.3  //Diameter of the 5th ring
p=20    


//Calculations
lambdaa=((D25**2)-(D5**2))*10**8/(4*20*100)

//Result
printf("\n The Wavelength is %i Angstrom",lambdaa)