summaryrefslogtreecommitdiff
path: root/3020/CH7/EX7.1/ex7_1.sce
blob: 067d003c13efe4a33d068766457722373715ea29 (plain)
1
2
3
4
5
6
7
clc;
clear all;
lambda = 6000e-10; //Wavelength of light used in meters
b = 1e-3; //Frindge width in meters
theta = lambda/(2*b);//The exposure time
disp('radian',theta,'The exposure time is')
//Wrong answer printed in textbook... checked in calculator also..