summaryrefslogtreecommitdiff
path: root/1529/CH9/EX9.13/9_13.sce
blob: 5d3544a7d0a6d581a3f11f41dbcae47da796f60e (plain)
1
2
3
4
5
6
7
//Chapter 9, Problem 13
clc;
N=800;                              //no of turns
phi=5*10^-3;                        //flux
I=4;                                //current in coil
L=(N*phi)/I;                        //calculating inductance
printf("Inductance of coil = %f H",L);