summaryrefslogtreecommitdiff
path: root/2102/CH4/EX4.13/exa_4_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '2102/CH4/EX4.13/exa_4_13.sce')
-rwxr-xr-x2102/CH4/EX4.13/exa_4_13.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2102/CH4/EX4.13/exa_4_13.sce b/2102/CH4/EX4.13/exa_4_13.sce
new file mode 100755
index 000000000..fb41b0b9b
--- /dev/null
+++ b/2102/CH4/EX4.13/exa_4_13.sce
@@ -0,0 +1,9 @@
+// Exa 4.13
+clc;
+clear;
+close;
+// Given data
+Ip= 1;// in mA
+Pop= 1.5;// in mW
+R= Ip/Pop;// in A/W
+disp(R,"The responsivity of the photodiode in A/W is : ")