summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.11/Ex1_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.11/Ex1_11.sce')
-rw-r--r--3756/CH1/EX1.11/Ex1_11.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3756/CH1/EX1.11/Ex1_11.sce b/3756/CH1/EX1.11/Ex1_11.sce
new file mode 100644
index 000000000..3299913fa
--- /dev/null
+++ b/3756/CH1/EX1.11/Ex1_11.sce
@@ -0,0 +1,16 @@
+clc
+//
+//
+//
+
+//Variable declaration
+d=3.6125*10**-3 //slit separation
+D=1 //Distance from Screen
+lambdaa=5870*10**-10 //Wavelength
+
+
+//Calculations
+Beta=(D*lambdaa*10**4)/d
+
+//Result
+printf("\n The Fringe width is %0.3f *10**-4 m",Beta)