summaryrefslogtreecommitdiff
path: root/3507/CH10/EX10.4/Ex10_4.sce
blob: e46952a9c76b6624e46b4d316a8b760e3720f4b1 (plain)
1
2
3
4
5
6
7
8
9
10
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)