summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.11/Ex22_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH22/EX22.11/Ex22_11.sce')
-rw-r--r--3769/CH22/EX22.11/Ex22_11.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH22/EX22.11/Ex22_11.sce b/3769/CH22/EX22.11/Ex22_11.sce
new file mode 100644
index 000000000..6996b25e6
--- /dev/null
+++ b/3769/CH22/EX22.11/Ex22_11.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+l=5.50*10**-7 //m
+D=5.1
+
+//Calculation
+a=(1.22*l)/D
+
+//Result
+printf("\n Minimum angular separation is %0.1f *10**-7 rad",a*10**7)