summaryrefslogtreecommitdiff
path: root/3630/CH7/EX7.6/Ex7_6.sce
blob: 64cd26e87cb0b97b055b1a2471c82c240faa5422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc;
//for T=25' and Hfe=100
Ib=0.0000203; //Ampere
Ic=0.00203; //Ampere
Vce=3.94; //Volt
//for T=100' andHfe=150
Hfe=150;
Vcc=8; //volt
Rc=2000; //ohm
Ic=Hfe*Ib; //Ampere
Vce=Vcc-Ic*Rc; //volt
disp('mA',Ic*1000,"Ic=");//The answers vary due to round off error
disp('V',Vce,"Vce=");//The answers vary due to round off error