summaryrefslogtreecommitdiff
path: root/3638/CH2/EX2.6
diff options
context:
space:
mode:
Diffstat (limited to '3638/CH2/EX2.6')
-rw-r--r--3638/CH2/EX2.6/Ex2_6.jpgbin0 -> 74419 bytes
-rw-r--r--3638/CH2/EX2.6/Ex2_6.sce11
2 files changed, 11 insertions, 0 deletions
diff --git a/3638/CH2/EX2.6/Ex2_6.jpg b/3638/CH2/EX2.6/Ex2_6.jpg
new file mode 100644
index 000000000..46a60a0fd
--- /dev/null
+++ b/3638/CH2/EX2.6/Ex2_6.jpg
Binary files differ
diff --git a/3638/CH2/EX2.6/Ex2_6.sce b/3638/CH2/EX2.6/Ex2_6.sce
new file mode 100644
index 000000000..b7e9b14db
--- /dev/null
+++ b/3638/CH2/EX2.6/Ex2_6.sce
@@ -0,0 +1,11 @@
+//Introduction to Fiber Optics by A. Ghatak and K. Thyagarajan, Cambridge, New Delhi, 1999
+//Example 2.6
+//OS=Windows XP sp3
+//Scilab version 5.5.2
+clc;
+clear;
+//given
+n1=1.46;//refractive index of doped silica
+n2=1.45;//refractive index of pure silica
+thetac=asin(n2/n1);//critical angle for interface between doped silica and pure silica in radians
+mprintf("Critical angle for interface between doped silica and pure silica=%.1f degrees",thetac*180/%pi);//multiplying by 180/pi to convert radians to degrees