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