summaryrefslogtreecommitdiff
path: root/2780/CH3/EX3.26/Ex3_26.sce
blob: 86d6a3bc2649919ed64844cbb8e3b89b750a8b4e (plain)
1
2
3
4
5
6
clc
//to calculate aperture of the objective of a telescope
lambda=6*10^-5 //wavelength of light in cm
dtheta=4.88*10^-6 // in radians
a=1.22*lambda/dtheta
disp("the aperture of the objective of a telescope is a="+string(a)+"cm")