summaryrefslogtreecommitdiff
path: root/2459/CH16/EX16.12/Ex16_12.sce
blob: 4aa2137ef15b045fbfc877dc91b5a8b0b33dcfd2 (plain)
1
2
3
4
5
6
7
8
9
10
//chapter16
//example16.12
//page353

Ai=200
mi=0.012

Aif=Ai/(1+mi*Ai)

printf("effective current gain of amplifier = %.3f \n",Aif)