diff options
Diffstat (limited to '887/CH15/EX15.7/15_7.sce')
-rwxr-xr-x | 887/CH15/EX15.7/15_7.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/887/CH15/EX15.7/15_7.sce b/887/CH15/EX15.7/15_7.sce new file mode 100755 index 000000000..4b3e7dc37 --- /dev/null +++ b/887/CH15/EX15.7/15_7.sce @@ -0,0 +1,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
|