summaryrefslogtreecommitdiff
path: root/1658/CH5/EX5.8/Ex5_8.sce
blob: d4dbd7a79996c332be76f28191393e895cacc844 (plain)
1
2
3
4
5
6
7
8
clc;
PD=0.5;
VF=1;
VBR=150;
IF=(PD/VF);
disp('A',IF*1,"IF=");
IR=(PD/VBR);
disp('mA',IR*10**3,"IR=");