summaryrefslogtreecommitdiff
path: root/226/CH5/EX5.7/example7_sce.sce
blob: 9c9c542b5f24534e49c15df54ea1c4851130f643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//chapter 5
//example 5.7
//page 197
printf("\n")
printf("given")
R1=33*10^3;R2=12*10^3;Rc=1.2*10^3;Re=1*10^3;
Vcc=18;Vbe=.7;
Vb=(Vcc*R2)/(R1+R2)
Ve=Vb-Vbe
Ie=(Vb-Vbe)/Re
Ic=Ie;
Vc=Vcc-(Ic*Rc)
Vce=Vc-Ve