summaryrefslogtreecommitdiff
path: root/752/CH20/EX20.2.1
diff options
context:
space:
mode:
Diffstat (limited to '752/CH20/EX20.2.1')
-rwxr-xr-x752/CH20/EX20.2.1/20_2_1.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/752/CH20/EX20.2.1/20_2_1.sce b/752/CH20/EX20.2.1/20_2_1.sce
new file mode 100755
index 000000000..08cc44cf9
--- /dev/null
+++ b/752/CH20/EX20.2.1/20_2_1.sce
@@ -0,0 +1,12 @@
+clc;
+// page no 753
+// prob no 20.2.1
+// An optic fiber is made of glass with following details
+n1=1.55;//RI of glass
+n2=1.51;//RI of clad
+// NA of the fibe is given as
+NA=n1*sqrt(2*(n1-n2)/n1);
+disp(NA,'The numerical aperture is');
+// Acceptance angle is given as
+acc_angle=asind(NA);
+disp(acc_angle,'The acceptance angle is'); \ No newline at end of file