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

gain_beta=49
Ib=240d-3 // mA
Ie=12 // mA

alpha=gain_beta/(1+gain_beta)
Ic=alpha*Ie // or Ic=gain_beta*Ib

printf("collector current = %.3f mA \n",Ic)