summaryrefslogtreecommitdiff
path: root/752/CH20/EX20.4.1/20_4_1.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /752/CH20/EX20.4.1/20_4_1.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '752/CH20/EX20.4.1/20_4_1.sce')
-rwxr-xr-x752/CH20/EX20.4.1/20_4_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/752/CH20/EX20.4.1/20_4_1.sce b/752/CH20/EX20.4.1/20_4_1.sce
new file mode 100755
index 000000000..e879df63f
--- /dev/null
+++ b/752/CH20/EX20.4.1/20_4_1.sce
@@ -0,0 +1,11 @@
+clc;
+//page no 772
+//prob no. 20.4.1
+//Refer example 20.4.1
+n1=1.55;del=0.0258;l=12.5;z=1000;c=3*10^8;
+//a)Determination of intermodal dispersion
+del_per_km=(n1*z*del)/((1-del)*c);
+disp('s/km',del_per_km,'the intermodal dispersion is');
+//b)Determination of intermodal dispersion for l=12.5
+del_l=del_per_km*l/1000;
+disp('s',del_l,'the intermodal dispertion for l=12.5 is'); \ No newline at end of file