summaryrefslogtreecommitdiff
path: root/1397/CH8/EX8.10/8_10.sce
blob: b621224b9e5fdf0484b795ac471c4f25901c68d4 (plain)
1
2
3
4
5
6
//clc();
clear;
//To calculate numerical aperture
theta0=26.80;          //acceptance angle in degrees
NA=sind(theta0);
printf("numerical aperture is %f",NA);