summaryrefslogtreecommitdiff
path: root/1655/CH2/EX2.7.16/Example_2_7_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '1655/CH2/EX2.7.16/Example_2_7_16.sce')
-rwxr-xr-x1655/CH2/EX2.7.16/Example_2_7_16.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/1655/CH2/EX2.7.16/Example_2_7_16.sce b/1655/CH2/EX2.7.16/Example_2_7_16.sce
new file mode 100755
index 000000000..9816ca833
--- /dev/null
+++ b/1655/CH2/EX2.7.16/Example_2_7_16.sce
@@ -0,0 +1,16 @@
+// Example 2.7.16 page 2.35
+
+clc;
+clear;
+
+NA=0.25; //Numericla aperture
+d=45d-6; //Diameter of core
+lamda=1.5d-6; //Wavelength
+
+a=d/2; //computing radius
+v=2*3.14*a*NA/lamda; //computing normalized frequency
+Mg=v^2/4; //computing mode volume for parabollic profile
+Mg=round(Mg);
+printf("\nNormalized Frequency is %.1f.\nTotal number of guided modes are %.d.",v,Mg);
+
+//answer in the book for normalized frequency is 23.55, deviation 0.05