summaryrefslogtreecommitdiff
path: root/1739/CH8/EX8.3/Exa8_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1739/CH8/EX8.3/Exa8_3.sce')
-rwxr-xr-x1739/CH8/EX8.3/Exa8_3.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1739/CH8/EX8.3/Exa8_3.sce b/1739/CH8/EX8.3/Exa8_3.sce
new file mode 100755
index 000000000..43baf74d9
--- /dev/null
+++ b/1739/CH8/EX8.3/Exa8_3.sce
@@ -0,0 +1,13 @@
+//Exa 8.3
+clc;
+clear;
+close;
+//Given data :
+lambda=1300;//in nm
+lambda=lambda*10^-9;//in meter
+ETA=90;//quantum efficiency in %
+h=6.63*10^-34;//Planks constant
+q=1.6*10^-19;//in coulamb
+c=3*10^8;//in m/s
+R=(ETA/100)*q*lambda/(h*c);//in A/W
+disp(R,"Responsivity of InGaAs in A/W : "); \ No newline at end of file