summaryrefslogtreecommitdiff
path: root/2078/CH4/EX4.11/Example4_11.sce
blob: a4f6f4681fd1ec7619c6de6ceb7b1410c41908f6 (plain)
1
2
3
4
5
6
7
8
9
10
//Exa 4.11
clc;
clear;
close;
//Given data :
r=20;//mm
rdash=0.7788*r;//mm
d=7*1000;//mm
L=10^-7*log(sqrt(3)/2*d/rdash);//H/m
disp(L*10^3/10^-3,"Spacing between adjacent conductors(mH)");