summaryrefslogtreecommitdiff
path: root/74/CH1/EX1.5/example5_sce.sce
blob: a725e5495c07ccb1e05b4f82e61059c2d4895ab0 (plain)
1
2
3
4
5
6
7
8
9
//chapter 1
// example 1.5
//page 27.figure 1.31
Ic1=10*10^-6;Vcc=50;Vbe=.7;R=50*10^3;
Ic2=(Vcc-Vbe)/R;
disp(Ic2);
Vt=26*10^-3// assume at room temperature of 300k
Re=Vt/Ic1*log(Ic2/Ic1);
disp(Re)//result in ohm