summaryrefslogtreecommitdiff
path: root/1739/CH8/EX8.3/Exa8_3.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1739/CH8/EX8.3/Exa8_3.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
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