summaryrefslogtreecommitdiff
path: root/226/CH5/EX5.5/example5_sce.sce
blob: 011dbd9083c7e75a2e04a324d035566bf7362a7d (plain)
1
2
3
4
5
6
7
8
9
10
//chapter 5
//example 5.5
//page 193
printf("\n")
printf("given")
Rb=270*10^3;Rc=2.2*10^3;Vcc=18;
hFE=100;Vbe=.7;
Ib=(Vcc-Vbe)/(Rb+Rc*(hFE+1))
Ic=hFE*Ib
Vce=Vcc-Rc*(Ic+Ib)