summaryrefslogtreecommitdiff
path: root/3537/CH7/EX7.15/Ex7_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH7/EX7.15/Ex7_15.sce')
-rw-r--r--3537/CH7/EX7.15/Ex7_15.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3537/CH7/EX7.15/Ex7_15.sce b/3537/CH7/EX7.15/Ex7_15.sce
new file mode 100644
index 000000000..9f9198572
--- /dev/null
+++ b/3537/CH7/EX7.15/Ex7_15.sce
@@ -0,0 +1,9 @@
+//Example 7_15
+clc();
+clear;
+//To calculate the numerical aperture
+n1=1.55
+n2=1.50
+n0=1
+NA=sqrt(n1^2-n2^2)/n0
+printf("The numerical aperture is %.2f",NA)