summaryrefslogtreecommitdiff
path: root/2459/CH10/EX10.4/Ex10_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH10/EX10.4/Ex10_4.sce')
-rw-r--r--2459/CH10/EX10.4/Ex10_4.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH10/EX10.4/Ex10_4.sce b/2459/CH10/EX10.4/Ex10_4.sce
new file mode 100644
index 000000000..e46952a9c
--- /dev/null
+++ b/2459/CH10/EX10.4/Ex10_4.sce
@@ -0,0 +1,11 @@
+//chapter10
+//example10.4
+//page188
+
+m=37.4 // microA/mW/cm^2
+E=2.5 // mW/cm^2
+
+//since reverse current = sensitivity*illumination we can write
+Ir=m*E
+
+printf("reverse current = %.3f micro ampere",Ir)