summaryrefslogtreecommitdiff
path: root/761/CH14/EX14.19/14_19.sce
blob: 145574bf73bda98e85f6a007df6725be46792624 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc;
//page no 503
//prob no. 14.19
//2 adjacent minima on slotted are 23cm apart with velo factor=95%
L=23*10^-2;vf=0.95;c=3*10^8;//Velo. of light in m/s
//Determination of wavelength
wav=2*L;//Minima are seperated by one-half wavelength
disp('cm',wav*100,'The wavelength is');
//Determination of freq.
f=(vf*c)/wav;//vp=vf*c
disp('MHz',f/10^6,'The freq is');