Sei sulla pagina 1di 1

10/25/16 12:02 PM MATLAB Command Window 1 of 1

>> syms d1 d2 d3 d4 d5 r rl dm ds L
d1=input('enter the distance b.w the two conductors')
d2=input('enter the distance b/w 1st conductor of line 1 and 1st conductor of line 2');
d3=input('enter the distance b/w 1st conductor of line 1 and 2nd conductor of line 2');
d4=input('enter the distance b/w 2nd conductor of line 1 and 1st conductor of line 2');
d5=input('enter the distance b/w 2nd conductor of line 1 and 2nd conductor of line 2');
r=input('enter the radius of the conductor');
rl=0.7788*r;
dm=nthroot((d5*d2*d3*d4),4)
ds=nthroot((d1*d1*rl*rl),4)
L=4*10^-4*log(dm/ds)
enter the distance b.w the two conductors.20

d1 =

0.2000

enter the distance b/w 1st conductor of line 1 and 1st conductor of line 2 1.20
enter the distance b/w 1st conductor of line 1 and 2nd conductor of line 2 1.40
enter the distance b/w 2nd conductor of line 1 and 1st conductor of line 2 1
enter the distance b/w 2nd conductor of line 1 and 2nd conductor of line 2 1.20
enter the radius of the conductor 0.004

dm =

1.1916

ds =

0.0250

L =

0.0015

>>

Potrebbero piacerti anche