summaryrefslogtreecommitdiff
path: root/3756/CH4/EX4.4/Ex4_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH4/EX4.4/Ex4_4.sce')
-rw-r--r--3756/CH4/EX4.4/Ex4_4.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3756/CH4/EX4.4/Ex4_4.sce b/3756/CH4/EX4.4/Ex4_4.sce
new file mode 100644
index 000000000..2cd6c39c0
--- /dev/null
+++ b/3756/CH4/EX4.4/Ex4_4.sce
@@ -0,0 +1,14 @@
+clc
+//
+//
+//
+
+//Variable declaration
+c=3*10**8
+delf=3000 //Bandwidth
+
+//Calculations
+lc=(c/delf)
+
+//Result
+printf("\n The coherence length of the laser beam is %0.3f m or 10**5 m",lc)