summaryrefslogtreecommitdiff
path: root/1514/CH18/EX18.7/18_7.sce
blob: 0a4b730b4f6fb8a85e90055744583eb8f8e84e5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//chapter 18
//example 18.7
//page 580
clear;
clc ;
//given
VB1B2=15;
Vd=0.7;
eta=0.82;//intrinsic standoff ratio
Ip=2;//maximum current
Vp=Vd+(eta*VB1B2);
REmax=(VB1B2-Vp)/Ip;
printf("\nREmax=%d Mohm",REmax);
VEBsat=2.5;
IV=2;//in mA
REmin=(VB1B2-VEBsat)/IV;
printf("\nREmin=%.2f kohm",REmin);