summaryrefslogtreecommitdiff
path: root/1760/CH7/EX7.21/EX7_21.sce
blob: 74f1970695d95c98f890fa0fd4c4883483b31062 (plain)
1
2
3
4
5
6
7
8
             //EXAMPLE 7-21     PG NO-481
Rb=0.05;
C=0.09;
Ra=1/[C-(Rb)];
disp('i) RESISTANCE  = '+string (Ra)+' ohm');
C1=0.07;
Rc=1/(C1-Rb);
disp('ii) RESISTANCE  = '+string (Rc)+' ohm');