summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.13/Ex22_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH22/EX22.13/Ex22_13.sce')
-rw-r--r--3769/CH22/EX22.13/Ex22_13.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH22/EX22.13/Ex22_13.sce b/3769/CH22/EX22.13/Ex22_13.sce
new file mode 100644
index 000000000..711db9fe1
--- /dev/null
+++ b/3769/CH22/EX22.13/Ex22_13.sce
@@ -0,0 +1,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)