summaryrefslogtreecommitdiff
path: root/1376/CH2/EX2.1/2_1.sci
blob: d1e893ac3ae5bbd906f4cbdd9da66b3f64732631 (plain)
1
2
3
4
5
6
7
8
9
//2.1
clc;
N=400;
a=4*10^-4;
MUo=4*%pi*10^-7;
MUr=800;
l=0.3;
L=(MUo*MUr*a*N^2)/l;
printf("Self inductance of the coil=%.3f H",L)