summaryrefslogtreecommitdiff
path: root/3763/CH10/EX10.7/Ex10_7.sce
blob: 4c142c3182fe0ed34bdc5a1fd136da1bcc757a81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clear
//
//
//

//Variable declaration
d=50*10**-6     //diameter(m)
NA=0.2      //numerical aperture(m)
lamda=1*10**-6    //wavelength(m)

//Calculation
N=4.9*(d*NA/lamda)**2     //total number of guided modes

//Result
printf("\n total number of guided modes is %0.3f",N)