summaryrefslogtreecommitdiff
path: root/3768/CH12/EX12.10/Ex12_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3768/CH12/EX12.10/Ex12_10.sce')
-rw-r--r--3768/CH12/EX12.10/Ex12_10.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3768/CH12/EX12.10/Ex12_10.sce b/3768/CH12/EX12.10/Ex12_10.sce
new file mode 100644
index 000000000..87b1945d7
--- /dev/null
+++ b/3768/CH12/EX12.10/Ex12_10.sce
@@ -0,0 +1,11 @@
+//Example number 12.10, Page number 266
+
+clc;clear;
+close;
+
+//Variable declaration
+theta0=26.80*%pi/180; //acceptance angle(radian)
+//Calculation
+NA=sin(theta0); //numerical aperture
+//Result
+printf("numerical aperture is %.5f",NA)