summaryrefslogtreecommitdiff
path: root/2273/CH4/EX4.10/ex4_10.sce
blob: 15a12a9a21ba2d70d98c46cd89e4e0c407251f5a (plain)
1
2
3
4
5
6
7
8
9
10
11
//Find the loop inductance per phase
clear;
clc;
//soltion
//given
r=20;//mm//radius of the conductor
re=r*exp(-1/4);
d=7000;//mm//spacing
L=0.1*log((sqrt(3))*d/(2*re));
printf("Inductance per km(L)=%.4f mH\n",L);