diff options
Diffstat (limited to '3875/CH4/EX4.20/Ex4_20.sce')
-rw-r--r-- | 3875/CH4/EX4.20/Ex4_20.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3875/CH4/EX4.20/Ex4_20.sce b/3875/CH4/EX4.20/Ex4_20.sce new file mode 100644 index 000000000..d7db69871 --- /dev/null +++ b/3875/CH4/EX4.20/Ex4_20.sce @@ -0,0 +1,10 @@ +clc;
+clear;
+R=100 //radius of curvature in cm
+D_5=0.3 //diameter of the 5th dark ring in cm
+D_25=0.8 //diameter of the 25th dark ring in cm
+p=20 //difference in no of fringes
+
+//calculation
+lambda=(D_25^2-D_5^2)/(4*p*R)
+mprintf("The wavelength of light used is = %1.2e cm",lambda)
|