summaryrefslogtreecommitdiff
path: root/887/CH15/EX15.7/15_7.sce
blob: 4b3e7dc37faf2e147d5e926b2703787baf84818c (plain)
1
2
3
4
5
6
7
clc
//ex15.7
N=500;      //number of turns of coil
R!=4.6*10^6;      //reluctance of the magnetic path from ex15.5
L=N^2/R!;      //inductance
printf(" All the values in the textbook are approximated hence the values in this code differ from those of Textbook")
disp(L*10^3,'Inductance of the given coil in milli-henry')      //milli-10^-3