summaryrefslogtreecommitdiff
path: root/374/CH4/EX4.2/42.sci
diff options
context:
space:
mode:
Diffstat (limited to '374/CH4/EX4.2/42.sci')
-rw-r--r--374/CH4/EX4.2/42.sci11
1 files changed, 11 insertions, 0 deletions
diff --git a/374/CH4/EX4.2/42.sci b/374/CH4/EX4.2/42.sci
new file mode 100644
index 000000000..95fd212c0
--- /dev/null
+++ b/374/CH4/EX4.2/42.sci
@@ -0,0 +1,11 @@
+//chapter 4 example 2//
+clc
+clear
+//core radius=r,radiance of the device=Rd,numerical aperture=NA,reflection coeffcient at index matched filter=R,optical power coupled to the fibre=Pc,area=A//
+r=25*(10^-4);
+A=%pi*(r*r);
+R=0.01;//frencel reflection coeffcient//
+Rd=30//in W sr-1 cm-2//
+NA=0.18;//numerical aperture//
+Pc=%pi*(1-R)*A*Rd*NA*NA*(10^6);
+printf("\n optical power coupled to the fibre=%f microwatt \n",Pc); \ No newline at end of file