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);