summaryrefslogtreecommitdiff
path: root/3507/CH11/EX11.5/Ex11_5.sce
blob: 3b17431c6c2ae15700a67946f51ecf953454c37a (plain)
1
2
3
4
5
6
7
8
9
10
11
//chapter11
//example11.5
//page205

Ie=1 //mA
alpha=0.92
Icbo=50d-3 //mA

Ic=alpha*Ie+Icbo

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