summaryrefslogtreecommitdiff
path: root/1802/CH4/EX4.12/Exa4_12.sce
blob: a5800a6f60bc92fbc0b9cd1456c5e1f7513b3225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Exa 4.12
clc;
clear;
close;
//Given Data :
format('v',5);
d1=4*100;//in cm
d2=5*100;//in cm
d3=6*100;//in cm
r=1;//in cm
ds=0.7788*r;//in cm
L=[0.2*log((d1*d2*d3)^(1/3)/ds)];//in mH
disp(L*10^3,"Inductance per km(in uH) :");
//Note : answer in the book is wrong.