summaryrefslogtreecommitdiff
path: root/3630/CH12/EX12.17/Ex12_17.sce
blob: 70782f8db5e49a7c3f4c21e2874e3dac8597360f (plain)
1
2
3
4
5
6
clc;
yos=0.00005;
rd=1/yos; //minimum value
Rd=1000;
Zout=(Rd*rd)/(Rd+rd);
disp('Ohm',Zout,"Zout=")//The answers vary due to round off error