summaryrefslogtreecommitdiff
path: root/1529/CH9/EX9.18/9_18.sce
blob: 6f9609140607a76029f642236d5932e7dcae9573 (plain)
1
2
3
4
5
6
//Chapter 9, Problem 18
clc;
D=200;                      //rate of change of current w.r.t time
E=1.5;                      //induced emf
M=E/D;                      //mutual inductance
printf("Mutual inductance M = %f H",M);