summaryrefslogtreecommitdiff
path: root/3753/CH1/EX1.7/Ex1_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3753/CH1/EX1.7/Ex1_7.sce')
-rw-r--r--3753/CH1/EX1.7/Ex1_7.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3753/CH1/EX1.7/Ex1_7.sce b/3753/CH1/EX1.7/Ex1_7.sce
new file mode 100644
index 000000000..5923188f5
--- /dev/null
+++ b/3753/CH1/EX1.7/Ex1_7.sce
@@ -0,0 +1,16 @@
+//Example number 1.7, Page number 1.37
+
+clc;clear;close
+
+
+//Variable declaration
+Beta=0.00227 //distance between adjascent green lines
+D=2.5 // in m
+d=0.0006 //distance between narrow slits
+
+//Calculation
+lamda=(Beta*d)/D // in m
+
+//Result
+printf("Wavelength,lamda=%.4e m",(lamda))
+//Answer varies due to rounding of number"