summaryrefslogtreecommitdiff
path: root/3630/CH3/EX3.20/Ex3_20.sce
blob: 65efc5556e46c6786704a8a58878d2f3add13523 (plain)
1
2
3
4
5
6
7
8
9
10
clc;
//ex3.20
Vin=20; //volt
Vz=3.3; //volt
Rs=1000; //ohm
I=(Vin-Vz)/Rs; //Ampere
IZK=0.003 //Ampere
Ilmax=I-IZK; //Ampere
RLmin=Vz/Ilmax; //ohm
disp('ohm',RLmin,"RLmin="); //The answers vary due to round off error