summaryrefslogtreecommitdiff
path: root/2243/CH15/EX15.2/Ex15_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '2243/CH15/EX15.2/Ex15_2.sce')
-rwxr-xr-x2243/CH15/EX15.2/Ex15_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2243/CH15/EX15.2/Ex15_2.sce b/2243/CH15/EX15.2/Ex15_2.sce
new file mode 100755
index 000000000..538fbd25f
--- /dev/null
+++ b/2243/CH15/EX15.2/Ex15_2.sce
@@ -0,0 +1,11 @@
+clc();
+clear;
+//Given :
+n1 = 1.5025;// refractive index of core
+delta = 0.0033; //
+a = 50; // core radius in mu_m
+Ls = a*sqrt(2/delta);// skip distance in mu_m
+// 1 mu_m = 1.0*10^-6 m
+R = 1/(Ls*10^-6);// reflections per m
+printf("Ls = %.1f mu_m \n",Ls);
+printf("Reflections per m = %d",R);