diff options
Diffstat (limited to '3845/CH27/EX27.5/Ex27_5.sce')
-rw-r--r-- | 3845/CH27/EX27.5/Ex27_5.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3845/CH27/EX27.5/Ex27_5.sce b/3845/CH27/EX27.5/Ex27_5.sce new file mode 100644 index 000000000..38b8ebebb --- /dev/null +++ b/3845/CH27/EX27.5/Ex27_5.sce @@ -0,0 +1,10 @@ +//Example 27.5
+lambda=550*10^-9;//Wavelength (m)
+D=2.40;//Diameter (m)
+theta=1.22*lambda/D;//Smallest angle between two point sources to be just-resolved (rad)
+printf('a.Angle between the two just-resolved point light sources = %0.2e rad',theta)
+r=2*10^6;//Distance from the Hubble Space Telescope (ly)
+s=r*theta;//Distance between the objects (ly)
+printf('\nb.Closest distance between the objects = %0.2f ly',s)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|