summaryrefslogtreecommitdiff
path: root/374/CH5/EX5.4/54.sci
diff options
context:
space:
mode:
Diffstat (limited to '374/CH5/EX5.4/54.sci')
-rw-r--r--374/CH5/EX5.4/54.sci9
1 files changed, 9 insertions, 0 deletions
diff --git a/374/CH5/EX5.4/54.sci b/374/CH5/EX5.4/54.sci
new file mode 100644
index 000000000..bd73fa4b8
--- /dev/null
+++ b/374/CH5/EX5.4/54.sci
@@ -0,0 +1,9 @@
+//chapter 5 example 4//
+clc
+clear
+//length of cavity=L,refractive index of GaAs=n1,wavelength=l,seperation wavelength between two mode=dl//
+n1=3.6;//refractive index//
+l=0.85*(10^-6);//wavelength//
+L=200*(10^-6);//length of cavity//
+dl=(l^2)/(2*n1*L)*(10^9);//seperation wavelength between two mode//
+printf("\n seperation wavelength between two mode=%f nm\n",dl) \ No newline at end of file