summaryrefslogtreecommitdiff
path: root/3630/CH12/EX12.15/Ex12_15.sce
blob: 5aa775385c27186efd4462ba6e98c0051c543f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
RD=8200;
Zin=1290;
rD1=(RD*Zin)/(RD+Zin);
Gm=0.002;
AvBJT=Gm*rD1;
Zin=1800;
rD2=(RD*Zin)/(RD+Zin);
AvJFET=Gm*rD2;
disp(' ',AvBJT,"AvBJT=")//The answers vary due to round off error
disp(' ',AvJFET,"AvJFET=")//The answers vary due to round off error