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

Ie=1 //mA
Ic=0.95 //mA

// since Ie=Ib+Ic we get
Ib=Ie-Ic

printf("base current = %.3f mA \n",Ib)