summaryrefslogtreecommitdiff
path: root/1760/CH8/EX8.4/EX8_4.sce
blob: f4690935712d77af948323c21fa31946e70e189e (plain)
1
2
3
4
5
6
7
                //EXAMPLE -8-4   PG NO-514-515
Ro=3000;
Fc=2000;
L=Ro/(4*%pi*Fc);
C=1/(4*%pi*Fc*Ro);
disp('i) INDUCTANCE (L) is    =  '+string ([L]) +'  H ')
disp('ii) CAPACITOR (C) is    =  '+string ([C]) +'  F ')