summaryrefslogtreecommitdiff
path: root/3869/CH5/EX5.22/Ex5_22.sce
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH5/EX5.22/Ex5_22.sce')
-rw-r--r--3869/CH5/EX5.22/Ex5_22.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3869/CH5/EX5.22/Ex5_22.sce b/3869/CH5/EX5.22/Ex5_22.sce
new file mode 100644
index 000000000..562b0624d
--- /dev/null
+++ b/3869/CH5/EX5.22/Ex5_22.sce
@@ -0,0 +1,13 @@
+clear
+//
+//
+//
+
+//Variable declaration
+theta0=26.80*%pi/180 //acceptance angle(radian)
+
+//Calculation
+NA=sin(theta0) //numerical aperture
+
+//Result
+printf("\n numerical aperture is %0.5f ",NA)