summaryrefslogtreecommitdiff
path: root/620/CH29/EX29.2/example29_2.sce
blob: 362c99d54edabab3744cb355a6e4f298c014a454 (plain)
1
2
3
4
5
ie=6;
ib=120*10^(-3);
ic=ie-ib;
alpha=ic/ie;
disp("the alpha of the transistor is"); disp(alpha);