summaryrefslogtreecommitdiff
path: root/3020/CH12/EX12.4/ex12_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3020/CH12/EX12.4/ex12_4.sce')
-rwxr-xr-x3020/CH12/EX12.4/ex12_4.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3020/CH12/EX12.4/ex12_4.sce b/3020/CH12/EX12.4/ex12_4.sce
new file mode 100755
index 000000000..2e0e7215f
--- /dev/null
+++ b/3020/CH12/EX12.4/ex12_4.sce
@@ -0,0 +1,6 @@
+clc;
+clear all;
+n1 = 1.60; // Refractive index of core
+n2 = 1.50; // Refractice index of clad
+NA = sqrt(n1^2-n2^2); // Numerical Aperture
+disp('',NA,'The numerical aperture of fiber is')