diff options
Diffstat (limited to '2102/CH4/EX4.5/exa_4_5.sce')
-rwxr-xr-x | 2102/CH4/EX4.5/exa_4_5.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2102/CH4/EX4.5/exa_4_5.sce b/2102/CH4/EX4.5/exa_4_5.sce new file mode 100755 index 000000000..165e3b30d --- /dev/null +++ b/2102/CH4/EX4.5/exa_4_5.sce @@ -0,0 +1,11 @@ +// Exa 4.5
+clc;
+clear;
+close;
+// Given data
+// Part (a)
+R= 0.85;// in A/W
+Pop= 1;// in mW
+Ip= R*Pop;// in mA
+disp(Ip,"Part (a) The photocurrent in mA is : ")
+disp("Part (b) If the incident light power is 2mW then it is not proportional to Pop so it can not be found the value of photocurrent")
|