summaryrefslogtreecommitdiff
path: root/3769/CH12/EX12.18/Ex12_18.sce
blob: 40211d24cc8c4d9198e202ca65a9686e2e5fbee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
//Given
L=10*10**-3
I=4*10**-3
N=200.0

//Calculation
N1=L*I
a=N1/N

//Result
printf("\n Total flux linked with the coil is %0.3f  Wb", N1)
printf("\n Magnetic flux through the cross section of the coil is %0.3f  Wb",a)