summaryrefslogtreecommitdiff
path: root/3756/CH6/EX6.1/Ex6_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH6/EX6.1/Ex6_1.sce')
-rw-r--r--3756/CH6/EX6.1/Ex6_1.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH6/EX6.1/Ex6_1.sce b/3756/CH6/EX6.1/Ex6_1.sce
new file mode 100644
index 000000000..56b1cba1c
--- /dev/null
+++ b/3756/CH6/EX6.1/Ex6_1.sce
@@ -0,0 +1,15 @@
+clc
+//
+//
+//
+
+//Variable declaration
+lambdaa=5400*10**-10 //Wavelength
+tc=10**-10 //coherence time
+c=3*10**-8
+
+//Calculations
+dom=((lambdaa)/(tc*c))*10**-10
+
+//Result
+printf("\n The Degree of Monochromaticity is %2.0f *10**-6",dom)