summaryrefslogtreecommitdiff
path: root/1619/CH4/EX4.1.4/Example4_1_4.sce
blob: 7c9bf02fca69d43a96ab7704f3741bf2668c5d54 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 4.1.4 page 4.6

clc;
clear;

R= 0.65;
P0= 10*10^-6;
Ip= R*P0;
Ip=Ip*10^6; //convertinf in uA...
printf("The generated photocurrent is %.1f uA",Ip);