summaryrefslogtreecommitdiff
path: root/2243/CH3/EX3.16/Ex3_16.sce
blob: 06a11cce4d8e8a6720ebb7bd91654b89125f7321 (plain)
1
2
3
4
5
6
7
8
9
clc();
clear;
//Given :
d = 0.065; //distance in mm
p = 200 ;// 200 fringes cross the field of view
//Michelson's interferometer arrangement : 2*d = p*lambda
lambda = 2*d/p;// wavelength in mm

printf(" Wavelength : %.1f x 10^-4 mm ",lambda*10^4);