summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.13/Ex22_13.sce
blob: 711db9fe1ebf7236ac2f35b40b3b570d9c29134d (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
l=6000*10**-8
D=254.0

//Calculation
a=(1.22*l)/D

//Result
printf("\n Limt of resolution of a telescope is %0.1f *10**-7 Radian",a*10**7)