summaryrefslogtreecommitdiff
path: root/339/CH6/EX6.7/ex6_7.sce
blob: e04698b35e47e26c9d45f6101d2affe1b7e77d2d (plain)
1
2
3
4
5
6
7
Ndemitter=1*10^19; // donor concentration in emitter
Nabase=1*10^17; //acceptor concentration in base
de=0.8*10^-6; //spatial extent of the emitter
db=1.2*10^-6; //spatial extent of the base
alpha=2.8125;
beta=(alpha*Ndemitter*de)/(Nabase*db);
disp(beta,"Maximum forward current gain");