summaryrefslogtreecommitdiff
path: root/2780/CH3/EX3.32/Ex3_32.sce
blob: f82252368e5ba15226a2946a06a4c260ccb4c6c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//will the telescope be able to observe the wiremesh
a=3 //aperture in cm
lambda=5.5*10^-5 //wavelength of light in cm
//limit of resolution of telescope is given by
theta=1.22*lambda/a
//alpha=spacing of wire-mesh/distance of objective from wire-mesh
alpha=0.2/(80*10^2)
disp("theta="+string(theta)+"radian")
disp("alpha="+string(alpha)+"radian")
disp("if alpha>theta then telescope will be able to observe the wire-mesh")
//value of alpha is given wrong in the book 2.25*10^-5 radian