summaryrefslogtreecommitdiff
path: root/1760/CH8/EX8.46/EX8_46.sce
blob: b0c18c465bc77e56aa6ac9f1883244d5dd417c49 (plain)
1
2
3
4
5
6
7
                   //EXAMPLE 8-46     PG NO-560-561
N=7.0795;
Z1=450;
R1=Z1*[(N-1)/(N+1)];
R2=Z1*[(N+1)/(N-1)];
disp('ii)   RESISTANCE (R1) is    =  '+string (R1) +'  ohm ');
disp('ii)   RESISTANCE (R2) is    =  '+string (R2) +'  ohm ');