summaryrefslogtreecommitdiff
path: root/3537/CH1/EX1.39
diff options
context:
space:
mode:
Diffstat (limited to '3537/CH1/EX1.39')
-rw-r--r--3537/CH1/EX1.39/Ex1_39.sce10
-rw-r--r--3537/CH1/EX1.39/Ex1_39.txt1
2 files changed, 11 insertions, 0 deletions
diff --git a/3537/CH1/EX1.39/Ex1_39.sce b/3537/CH1/EX1.39/Ex1_39.sce
new file mode 100644
index 000000000..1d50ec4fa
--- /dev/null
+++ b/3537/CH1/EX1.39/Ex1_39.sce
@@ -0,0 +1,10 @@
+//Example 1_39
+clc();
+clear;
+//To calculate the fringe width
+lemda=5000 //units in angstroam
+lemda=5000*10^-8 //units in cm
+d=0.05 //units in cm
+D=50 //units in cm
+betaa=(lemda*D)/d
+printf("Fringe width is %.2f cm",betaa)
diff --git a/3537/CH1/EX1.39/Ex1_39.txt b/3537/CH1/EX1.39/Ex1_39.txt
new file mode 100644
index 000000000..8aa2299b6
--- /dev/null
+++ b/3537/CH1/EX1.39/Ex1_39.txt
@@ -0,0 +1 @@
+Fringe width is 0.05 cm \ No newline at end of file