blob: ec56327a0d200bb1bc6378f4346dba0c71466f17 (
plain)
1
2
3
4
5
6
7
|
clc
//to calculate limit of resolution of the telescope
lambda=5890*10^-8 //wavelength in cm
a=1 //diameter in cm
theta=1.22*lambda/a
disp("the limit of resolution of the telescope is theta="+string(theta)+"radians ")
|