summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.1/Ex1_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.1/Ex1_1.sce')
-rw-r--r--3756/CH1/EX1.1/Ex1_1.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH1/EX1.1/Ex1_1.sce b/3756/CH1/EX1.1/Ex1_1.sce
new file mode 100644
index 000000000..d67269714
--- /dev/null
+++ b/3756/CH1/EX1.1/Ex1_1.sce
@@ -0,0 +1,15 @@
+clc
+//
+//
+//
+
+//Variable declaration
+D=0.5 //Distance from Screen in cm
+d=0.5 //Distance between parallel slits in cm
+lambdaa=5890 //Wavelength
+
+//Calculations
+Beta=(D*lambdaa)/(d)/10**4 // in degrees
+
+//Result
+printf("\n The Fringe width in Youngs Double Slit Experiment is Beta= %1.4f*10**-3 m", Beta)