From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3710/CH10/EX10.1/Ex10_1.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 3710/CH10/EX10.1/Ex10_1.sce (limited to '3710/CH10/EX10.1') diff --git a/3710/CH10/EX10.1/Ex10_1.sce b/3710/CH10/EX10.1/Ex10_1.sce new file mode 100644 index 000000000..9499d67e7 --- /dev/null +++ b/3710/CH10/EX10.1/Ex10_1.sce @@ -0,0 +1,12 @@ +//Example 10.1, Page Number 497 +//Sensor Periodicity +clc; +d=50*(10**-6) //Core Diameter in meters +n2=1.48 //Core refractive index +n1=1.46 //Cladding refractive index +a=d/2//in meters + +n=(n2-n1)/n2; + +delta=(2*%pi*a)/(sqrt(2*n)); //delta is the microbending sensor periodicity +disp(delta,"The Microbending Sensor Periodicity in m is:"); -- cgit