summaryrefslogtreecommitdiff
path: root/3869/CH1/EX1.39/Ex1_39.sce
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH1/EX1.39/Ex1_39.sce')
-rw-r--r--3869/CH1/EX1.39/Ex1_39.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3869/CH1/EX1.39/Ex1_39.sce b/3869/CH1/EX1.39/Ex1_39.sce
new file mode 100644
index 000000000..b80dbac81
--- /dev/null
+++ b/3869/CH1/EX1.39/Ex1_39.sce
@@ -0,0 +1,15 @@
+clear
+//
+//
+//
+
+//Variable declaration
+lamda=5000*10**-8 //wavelength(cm)
+D=50 //separation between screen and slit(cm)
+d=0.05 //separation between slits(cm)
+
+//Calculation
+beta1=lamda*D/d //fringe width(cm)
+
+//Result
+printf("\n fringe width is %0.3f cm",beta1)