summaryrefslogtreecommitdiff
path: root/1658/CH22/EX22.18/Ex22_18.sce
blob: 5c9a833bb63cb905708da6643823a2db34d1d69a (plain)
1
2
3
4
5
6
7
8
9
clc;
//e.g 22.18
gm=2500*10**-6;
Ri=2000;
RD=10000;
AV=gm*RD;
disp(AV);
Ri1=(Ri/gm)/(Ri+1/gm);
disp('ohm',Ri1*1,"Ri1=");