summaryrefslogtreecommitdiff
path: root/3665/CH13/EX13.1
diff options
context:
space:
mode:
Diffstat (limited to '3665/CH13/EX13.1')
-rw-r--r--3665/CH13/EX13.1/Ex13_1.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3665/CH13/EX13.1/Ex13_1.sce b/3665/CH13/EX13.1/Ex13_1.sce
new file mode 100644
index 000000000..a37b1124d
--- /dev/null
+++ b/3665/CH13/EX13.1/Ex13_1.sce
@@ -0,0 +1,13 @@
+clc//
+//
+//
+
+//Variable declaration
+n1=1.55; //refractive index of core
+n2=1.50; //refractive index of cladding
+
+//Calculation
+NA=sqrt(n1^2-n2^2); //numerical aperture
+
+//Result
+printf("\n numerical aperture is %0.3f ",NA)