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

Ic=0.95
Ib=0.05

Ie=Ib+Ic
alpha=Ic/Ie

printf("amplification factor = %.3f \n",alpha)