summaryrefslogtreecommitdiff
path: root/3537/CH7/EX7.2/Ex7_2.sce
blob: cfcb684351210f71227e61a31adad12577427100 (plain)
1
2
3
4
5
6
7
8
//Example 7_2
clc();
clear;
//To estimate the numerical aperture
n1=1.46
delta=0.05
NA=n1*sqrt(2*delta)
printf("The numerical aperture is %.2f",NA)