summaryrefslogtreecommitdiff
path: root/3630/CH19/EX19.1/Ex19_1.sce
blob: 1ce3c90060f9092517cdb234676513630cdf983a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc;
vcc=12;
Rc=1200;
Icsat=vcc/Rc;
hfe=100;
Ib=Icsat/hfe;
Rb=47000;
vbe=0.7;
Vpk=(Ib*Rb)+vbe;
disp('V',Vpk,"Vpk=");//The answers vary due to round off error