summaryrefslogtreecommitdiff
path: root/1109/CH15/EX15.6/15_6.sce
blob: 9aeb5cb7851fab31c215aa78c0b4422d514f9dbc (plain)
1
2
3
4
5
6
7
clear;
clc;
R1=1000;C1=0.0212*(10^-6);R2=250;
R0=sqrt(R1*R2);
printf("Characteristic impedance of line = %f ohms\n",R0);
L2=C1*R0*R0;
printf("Components of the shunt arm are inductance of %f mH in parallel with a given resistance of %f ohms.",L2*(10^3),R0);