summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.5/Ex1_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.5/Ex1_5.sce')
-rw-r--r--3756/CH1/EX1.5/Ex1_5.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3756/CH1/EX1.5/Ex1_5.sce b/3756/CH1/EX1.5/Ex1_5.sce
new file mode 100644
index 000000000..e5fa6f310
--- /dev/null
+++ b/3756/CH1/EX1.5/Ex1_5.sce
@@ -0,0 +1,16 @@
+clc
+//
+//
+//
+
+//Variable declaration
+D=0.8 //Distance from screen
+lambdaa=5890*10**-10 //Wavelength
+Beta=9.424*10**-4 //Fringe Width
+
+
+//Calculations
+d=(D*lambdaa*10**-2)/Beta
+
+//Result
+printf("\n The position of the 10th fringe is %e *10**-4 m",d)