diff options
Diffstat (limited to '3537/CH2/EX2.20/Ex2_20.sce')
-rw-r--r-- | 3537/CH2/EX2.20/Ex2_20.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3537/CH2/EX2.20/Ex2_20.sce b/3537/CH2/EX2.20/Ex2_20.sce new file mode 100644 index 000000000..d0d58b916 --- /dev/null +++ b/3537/CH2/EX2.20/Ex2_20.sce @@ -0,0 +1,9 @@ +//Example 2_23
+clc();
+clear;
+//To find the angular separation
+lemda=600*10^-9 //units in meters
+n=1
+a=1*10^-6 //units in meters
+theta=asin((n*lemda)/a)*180/%pi
+printf("The angular separation is %.2f degrees",theta)
|