diff options
Diffstat (limited to '752/CH20/EX20.3.1')
-rwxr-xr-x | 752/CH20/EX20.3.1/20_3_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/752/CH20/EX20.3.1/20_3_1.sce b/752/CH20/EX20.3.1/20_3_1.sce new file mode 100755 index 000000000..6ffdad162 --- /dev/null +++ b/752/CH20/EX20.3.1/20_3_1.sce @@ -0,0 +1,11 @@ +clc;
+//page no
+//prob no. 20.3.1
+//A silica fiber with
+A_max=25;A1=2;A2=0.3;
+//a)Determination of repeater dist at 0.9um wavelength
+z1=A_max/A1;
+disp('km',z1,'a)the repeater dist for 0.9um wavelength is');
+//b)Determination of repeater dist at 1.5um wavelength
+z2=A_max/A2;
+disp('km',z2,'a)the repeater dist for 1.5um wavelength is');
\ No newline at end of file |