summaryrefslogtreecommitdiff
path: root/2459/CH11/EX11.9/Ex11_9.sce
blob: 0da9b7b3c94871ae2098b95a668020231f8a7867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//chapter11
//example11.9
//page210

gain_beta=50
Ib=20d-3 // mA

// since gain_beta = Ic/Ib we get
Ic=gain_beta*Ib
Ie=Ic+Ib

printf("emitter current = %.3f mA \n",Ie)