diff options
Diffstat (limited to '3537/CH7/EX7.2/Ex7_2.sce')
-rw-r--r-- | 3537/CH7/EX7.2/Ex7_2.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3537/CH7/EX7.2/Ex7_2.sce b/3537/CH7/EX7.2/Ex7_2.sce new file mode 100644 index 000000000..cfcb68435 --- /dev/null +++ b/3537/CH7/EX7.2/Ex7_2.sce @@ -0,0 +1,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)
|