summaryrefslogtreecommitdiff
path: root/1946/CH2/EX2.17.d/Ex_2_17_d.sce
blob: 17f1c259224d772fe4c0d8f814f5744173d8b8a3 (plain)
1
2
3
4
5
6
7
8
// Example 2.17.d: Numerical Aperture
clc;
clear;
close;
n1=1.5;//Waveguide Refractive Index
d= 0.0005;// Cange in core-cladding refractive index
NA=n1*sqrt(2*d);
disp(NA,"numerical aperture is")