summaryrefslogtreecommitdiff
path: root/2780/CH3/EX3.35/Ex3_35.sce
blob: 1eab6bc84cef1de1aefc5f477738033cd193a460 (plain)
1
2
3
4
5
6
clc
//to calculate smallest angle between two stars
lambda=5*10^-5 //wavelength in cm
a=100*2.54 //diameter in cm
theta=1.22*lambda/a
disp("the smallest angle between two stars is thita="+string(theta)+"radians")