summaryrefslogtreecommitdiff
path: root/3769/CH12/EX12.22/Ex12_22.sce
blob: 85d44e75f5d1f0e64522f2bf39e35ca1a435c145 (plain)
1
2
3
4
5
6
7
8
9
10
11
clear
//Given
e=1500                         //V
dl=3                               //A
dt=0.001                             //s

//Calculation
M=(e*dt)/dl

//Result
printf("\n Mumtual induction between the two coils is %0.3f  H", M)