summaryrefslogtreecommitdiff
path: root/3507/CH10/EX10.11/Ex11_11.sce
blob: 97928507e4e7b566cb51e57702d6f246ec8b4174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//chapter11
//example11.11
//page210

V_Rc=1
gain_beta=45
Rc=1 // kilo ohm

Ic=V_Rc/Rc
//since gain_beta=Ic/Ib
Ib=Ic/gain_beta

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