From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 761/CH24/EX24.5/24_5.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 761/CH24/EX24.5/24_5.sce (limited to '761/CH24/EX24.5') diff --git a/761/CH24/EX24.5/24_5.sce b/761/CH24/EX24.5/24_5.sce new file mode 100755 index 000000000..7b3fb648a --- /dev/null +++ b/761/CH24/EX24.5/24_5.sce @@ -0,0 +1,15 @@ +clc; +// page no 891 +// prob no 24.5 +wl0=1310;//in ns +So=0.05;//in ps/(nm^2*km) +l=50;//in km +wl=1550;//in ns +d=2;//in nm +// Chromatic dispersion is given as +Dc=(So/4)*[wl-(wl0^4/wl^3)]; +// Dispersion is +D=Dc*d; +// Therefore total dispersion is +dt=D*l; +disp('ps',dt,'The total dispersion is'); \ No newline at end of file -- cgit