diff options
Diffstat (limited to '2780/CH2/EX2.9')
-rwxr-xr-x | 2780/CH2/EX2.9/Ex2_9.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2780/CH2/EX2.9/Ex2_9.sce b/2780/CH2/EX2.9/Ex2_9.sce new file mode 100755 index 000000000..96fa37f88 --- /dev/null +++ b/2780/CH2/EX2.9/Ex2_9.sce @@ -0,0 +1,8 @@ +clc
+//to calculate wavelength of light
+omega=1.888*10^-2/20 //in (m)
+D=1.20 //distance of eye piece from the source in m
+twod=0.00075 //distance between two virtual sources in m
+lambda=omega*twod/D
+disp("the wavelength of light is lambda="+string(lambda)+"m")
+
|