summaryrefslogtreecommitdiff
path: root/3769/CH12/EX12.14/Ex12_14.sce
blob: f0042607f93c96e94883bc9b2f4ad5eedd92bbc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
N=500
a=1.4*10**-4                   //Wb
l=2.5                         //A

//Calculation
L=(N*a)/l

//Result
printf("\n Inductance of the coil is %0.3f  mH", L*10**3)