summaryrefslogtreecommitdiff
path: root/2708/CH4/EX4.3
diff options
context:
space:
mode:
Diffstat (limited to '2708/CH4/EX4.3')
-rwxr-xr-x2708/CH4/EX4.3/ex_4_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2708/CH4/EX4.3/ex_4_3.sce b/2708/CH4/EX4.3/ex_4_3.sce
new file mode 100755
index 000000000..0f5d2fd07
--- /dev/null
+++ b/2708/CH4/EX4.3/ex_4_3.sce
@@ -0,0 +1,10 @@
+//Example 4.3 // Degree of non-monochromacity
+clc;
+//given data :
+t=1D-10;//coherence time in sec
+c=3D8;//speed of light in m/s
+w=54D-8;// wavelength of non-monochromacity in m
+B=1/t;//bandwidth in Hz
+v=c/w;//frequency of source
+D=B/v;// degree of non-monochromacity
+disp(D,"degree of non-monochromacity")